summaryrefslogtreecommitdiff
path: root/manifests/init.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2013-12-28 18:27:07 +0100
committermh <mh@immerda.ch>2013-12-28 18:27:07 +0100
commit803bfe67b7f214927aa97dde795d84f6d79ce300 (patch)
tree0fb639fe2b7a1c8bce63a5c272477125e3dcc986 /manifests/init.pp
parentf596ec1fb06acb70f0b385fc418217556bc35dc2 (diff)
linting
Diffstat (limited to 'manifests/init.pp')
-rw-r--r--manifests/init.pp7
1 files changed, 4 insertions, 3 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index 5cbd3f3..efbfd02 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -16,10 +16,11 @@
# manage nagios
class nagios(
- $httpd = 'apache',
+ $httpd = 'apache',
$allow_external_cmd = false,
- $manage_shorewall = false,
- $manage_munin = false
+ $manage_shorewall = false,
+ $manage_munin = false,
+ $service_atboot = true,
) {
case $nagios::httpd {
'absent': { }