Hi everyone, I am a little confused about the best way to expose the ability to enable and disable services in puppet modules. I see some people using a bunch of sub-modules to override resources like : mymodule::install mymodule::absent mymodule::enable mymodule::disableboot and others using parameters in the main module class like : class mymodule ( $absent, $disable, $disableboot, ) { } Is there a consensus about which way we should be writing out modules? Thanks. Andrew Mcgilvray -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To view this discussion on the web visit https://groups.google.com/d/msg/puppet-users/-/81rZHeCb794J. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.