Issue #14344 has been updated by Andrew  Parker.

Status changed from Investigating to Needs More Information

I'm having trouble getting this to reproduce. James, could you provide me with 
a complete description of the steps you are using to reproduce this? It sounds 
like it has something to do with running an agent in daemon mode and the agent 
updating one of its configuration files during the run. 
----------------------------------------
Bug #14344: File being removed- three times
https://projects.puppetlabs.com/issues/14344#change-62869

Author: James Patterson
Status: Needs More Information
Priority: Normal
Assignee: Andrew  Parker
Category: 
Target version: 
Affected Puppet version: 
Keywords: 
Branch: 


I have a strange bug which I have reproduced three times on a test system: a 
file is not getting deleted when puppet says it is being deleted, and so puppet 
deletes it again two more times. After the third time it is gone:

    Stage['bootstrap'] -> Stage['main']
    node 'test' {
    class 'blah': stage => 'bootstrap', }
    }
    class blah {
    file {
    '/path/to/file.txt': ensure => absent;
    }
    }

RHEL6.2. SELinux enabled or permissive (doesn't make a difference).

puppet-2.7.13-1.el6 on server and client.

The problem with this bug is that it's not immediately obvious that something 
is broken: when puppet runs again it will eventually ensure the file is gone.


-- 
You have received this notification because you have either subscribed to it, 
or are involved in it.
To change your notification preferences, please click here: 
http://projects.puppetlabs.com/my/account

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Bugs" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/puppet-bugs?hl=en.

Reply via email to