We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c8864b commit a97407dCopy full SHA for a97407d
manifests/startup.pp
@@ -48,7 +48,7 @@
48
content => template("zabbix/${service_name}-systemd.init.erb"),
49
}
50
file { "/etc/init.d/${name}":
51
- ensure => absent,
+ ensure => absent,
52
53
} elsif $facts['os']['family'] in ['Debian', 'RedHat'] {
54
# Currently other osfamily without systemd is not supported
0 commit comments