[Puppet Users] odd behaviour on file ensure => absent

2012-05-15 Thread Christopher Wood
Here's my test (done on Debian Stable with puppet 2.7.13 from the puppetlabs apt repository): $ cat /tmp/t1.pp file { '/tmp/xx/yy/zz/1': ensure => absent, } $ ls /tmp/xx ls: cannot access /tmp/xx: No such file or directory $ puppet apply /tmp/t1.pp notice: Finished catalog run in 0.02 second

Re: [Puppet Users] odd behaviour on file ensure => absent

2012-05-19 Thread Stefan Schulte
On Tue, May 15, 2012 at 01:05:03PM -0400, Christopher Wood wrote: > Here's my test (done on Debian Stable with puppet 2.7.13 from the puppetlabs > apt repository): > > > $ cat /tmp/t1.pp > file { '/tmp/xx/yy/zz/1': > ensure => absent, > } > $ ls /tmp/xx > ls: cannot access /tmp/xx: No such fi

Re: [Puppet Users] odd behaviour on file ensure => absent

2012-05-20 Thread Christopher Wood
On Sat, May 19, 2012 at 08:40:27PM +0200, Stefan Schulte wrote: (SNIP) > can you raise a ticket for that on redmine as it is clearly a bug? https://projects.puppetlabs.com/issues/14599 -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post t