https://bugzilla.wikimedia.org/show_bug.cgi?id=55604
--- Comment #4 from Ori Livneh <[email protected]> --- (In reply to Bryan Davis from comment #3) > settings.d/puppet-managed uses Puppet's recursive management functionality. > This instructs puppet to remove any files in the directory or a sub > directory that isn't explicitly managed by puppet during the current Puppet > run. > > If we were to do this with the php ini files we would need to manage all of > the files explicitly in our puppet manifests. Not necessarily. Puppet File resources representing recursively-managed directories take an 'ignore' parameter that lets you specify a filename pattern which Puppet should not manage. If we give all Puppet-managed files some predictable filename pattern, we could tell Puppet to ignore everything that doesn't match that pattern. -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
