puppet-python
puppet-python copied to clipboard
python::requirements manages file even if a directory resource tries to
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.)