search for: devpuppet

Displaying 1 result from an estimated 1 matches for "devpuppet".

2007 Jun 07
3
Removing files appends "puppet" to filename
..., appending puppet to the name). Did I forget to turn off a debug flag somewhere? The file definition that I am using is just: file { "/usr/lib/xen-tools/debian.d/55-create-dev": ensure => absent } After puppet runs, there ends up being a file in that directory named "55-create-devpuppet". Actually, come to think of it, I have also had this happen when I replaced a package-installed symlink with a file (by specifying the file to puppet). Thanks, Jordan