Icinga / puppet-icinga2-legacy

(legacy) Puppet module for Icinga 2 (EOL)
GNU General Public License v2.0
55 stars 93 forks source link

Fix inheritance of config owner/group/mode for the configuration files #188

Closed TheFlyingCorpse closed 8 years ago

TheFlyingCorpse commented 8 years ago

Made it easier to inherit config owner/group/mode to configuration files from the globally set parameters.

zachfi commented 8 years ago

+1 though I don't see the modification to init.pp.

TheFlyingCorpse commented 8 years ago

@xaque208 - I did the modification that was already started in a few files under "manifests/object/", now its consistent in that it will inherit what is used. I dont change init because it sets the parameters based on what flavour the OS is. The intent with this change is to make it similar for all the created files that it inherits from the root class unless otherwise specified.

TheFlyingCorpse commented 8 years ago

Still waiting for this to be merged.

arioch commented 8 years ago

Excellent. 👍 Merged upstream.