puppet-python icon indicating copy to clipboard operation
puppet-python copied to clipboard

python::requirements manages file even if a directory resource tries to

Open rosenbergj opened this issue 9 years ago • 0 comments
trafficstars

I manage a directory of requirements files with a file resource of type "directory" with recurse => true. But the file contents of those files don't get updated, because the python::requirements type manages the file with a file resource, which "overwrites" the ability of the directory to manage the file contents. (No error is produced, but the contents just don't update.)

rosenbergj avatar Dec 07 '15 15:12 rosenbergj