Added class for disabling avahi-daemon service
This commit is contained in:
parent
583148f871
commit
b021f1ae1c
1 changed files with 13 additions and 0 deletions
|
@ -45,6 +45,19 @@ class avahi::daemon {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
# Disable avahi daemon.
|
||||||
|
#
|
||||||
|
class avahi::disabled {
|
||||||
|
|
||||||
|
service { "avahi-daemon":
|
||||||
|
ensure => stopped,
|
||||||
|
enable => false,
|
||||||
|
hasstatus => true,
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
# Modify avahi service.
|
# Modify avahi service.
|
||||||
#
|
#
|
||||||
# === Parameters
|
# === Parameters
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue