Bug #415
trailing spaces are not stripped from configuration values
| Status: | Closed | Start date: | ||
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | % Done: | 0% |
||
| Category: | - | |||
| Target version: | 0.22.1 | |||
| Affected Puppet version: | 0.25.4 | Branch: | ||
| Keywords: | ||||
| Votes: | 0 |
Description
I have configured
“vardir = /var/puppetisation/puppet/var ” (without “”)
in puppetmasterd.conf and made a directory var/templates where I had stored my templates. After I realised that my templates where not found I investigated the prob and found this:
drwxr-xr-x 12 root root 512 Jan 8 16:33 conf/ drwxr-xr-x 2 root root 512 Jan 8 16:32 facts/ -rw-r--r-- 1 root root 258 Nov 27 18:48 fileserver.conf -rw-r--r-- 1 root root 188 Nov 15 16:20 fileserver.conf~ drwxr-xr-x 13 root root 512 Jan 8 16:16 repos/ drwxr-xr-x 8 root root 512 Jan 8 16:17 templates/ drwxr-xr-x 4 root root 512 Jan 8 16:17 var/ drwxr-xr-x 11 root root 512 Jan 8 16:18 var /
directory var/ contains my template dir and directory var / was generated by puppetmasterd.
History
Updated by Luke Kanies over 5 years ago
- Status changed from 1 to Closed
- 7 set to fixed
Fixed in r2082.