Puppet: System Administration Automated

Support

Ticket #650 (new defect)

Opened 1 year ago

Last modified 6 months ago

puppet replaces configuration directories when they are symlinks

Reported by: BarnacleBob Assigned to: luke
Priority: normal Milestone: elmo
Component: settings Version: 0.22.4
Severity: normal Keywords: config
Cc: Triage Stage: Accepted
Attached Patches: None Complexity: Unknown

Description (Last modified by luke)

[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

Change History

07/04/07 21:11:23 changed by luke

  • stage changed from Unreviewed to Accepted.
  • description changed.
  • milestone set to beaker.

07/18/07 19:35:47 changed by luke

  • milestone changed from beaker to elmo.

I'd like to fix this, but it's not so critical it needs to be in beaker.

08/05/07 21:15:54 changed by luke

Marking #750 as a duplicate.

12/03/07 19:06:16 changed by zwily

One more vote to fix this. It does the same thing to /var/lib/puppet. Removed the symlink I made there and creates a skeleton dir.

04/24/08 06:55:31 changed by luke

  • component changed from server to settings.

05/27/08 00:52:34 changed by luke

Marking #1239 as a duplicate.