ncsa / puppet-profile_virtual

NCSA Common Puppet Profiles -configure depending on virtualization hypervisor type
1 stars 0 forks source link

Move parameter files_remove_setuid #3

Open andylytical opened 3 years ago

andylytical commented 3 years ago

The class parameter profile_virtual::vmware::files_remove_setuid for removing setuid on files seems like it could be useful for any node. Perhaps it should be repeated in init.pp, so that there could be a list of files that apply to all nodes. The idea to have it both places allows for some files to apply to all nodes, then others that apply to just vmware or physical nodes.

andylytical commented 3 years ago

Could the differentiation between physical / virtual be done in hiera?