Hello Everyone, I have a very basic code to stop and disable few services which I am running for CentOS/RHEL 6/7 servers.
$stop_services = [ "ip6tables", "iptables", "auditd", "cups" ] service { $stop_services ensure => stopped enable => false } Is it possible to not run this code when the OS is CentOS/RHEL 7 and the stop_services value is auditd. Regards, Vikas -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to puppet-users+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/puppet-users/8f5a3e93-6a4e-4875-a4dc-cda501d4e5ec%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.