Bug #650
puppet replaces configuration directories when they are symlinks
| Status: | Accepted | Start: | ||
| Priority: | Normal | Due date: | ||
| Assigned to: | % Done: | 0% |
||
| Category: | settings | |||
| Target version: | 0.25.0 | |||
| Complexity: | Unknown |
Patch: | None |
|
Description
[karl@testserver etc]$ sudo ls -l | grep puppet
lrwxrwxrwx 1 root root 22 May 30 05:36 puppet -> /home/karl/puppet/etc/
drwxr-xr-x 3 root root 4096 May 15 05:03 puppet.old
[karl@testserver etc]$ sudo service puppetmaster start
Starting puppetmaster: Can not use a non-existent file for parsing
[FAILED]
[karl@testserver etc]$ sudo ls -l | grep puppet
drwxr-xr-x 2 root root 4096 May 30 05:36 puppet
drwxr-xr-x 3 root root 4096 May 15 05:03 puppet.old