Re: [Puppet Users] Re: Tidy symlinks

2014-09-22 Thread Cosmin Lehene
tidy doesn't set a flag that would be required by Fileset in order to follow symlinks (:links => :follow) so the behavior is consistent with stat (http://linux.die.net/man/2/stat) In my case I had some fun with /etc/init.d which is a symlink to /etc/rc.d/init.d I created https://tickets.puppe

[Puppet Users] Re: Tidy symlinks

2009-07-24 Thread Trevor Vaughan
This has turned into a bit of an interesting adventure in the syntax of Tidy. Environment: puppet 0.24.8 on Fedora Core 11 After each run, I touch /tmp/foodir/bar to have something to tidy. Test code: # Environment Setup $testdir = "/tmp/foodir" $subdir = "$testdir/subdir" file { "$testdir":

[Puppet Users] Re: Tidy symlinks

2009-07-23 Thread Greg
Trevor, Not sure - the docs don't seem to reference symlinks in terms of tidy... Just something to try - does setting rmdirs => true make any difference? Greg On Jul 24, 11:19 am, Trevor Vaughan wrote: > So, I have a directory of symlinks that I'm managing and Tidy doesn't > seem to be doing