summaryrefslogtreecommitdiff
path: root/manifests/headless.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2013-06-13 00:38:22 +0200
committermh <mh@immerda.ch>2013-06-13 00:38:22 +0200
commit2d11bc0ba8a636cee4adeb73689392a077a76006 (patch)
tree5990d356a1f1be9277507b7e51c28ea19ce5ec39 /manifests/headless.pp
parentded0a8765946706262ec3c746864df4d09638292 (diff)
parenta814cdad2b1ff47066df4c8b5d948f22210c0832 (diff)
Merge branch 'master' of git.puppet.immerda.ch:module-nagios
Diffstat (limited to 'manifests/headless.pp')
-rw-r--r--manifests/headless.pp5
1 files changed, 3 insertions, 2 deletions
diff --git a/manifests/headless.pp b/manifests/headless.pp
index cccfce7..ba8af8f 100644
--- a/manifests/headless.pp
+++ b/manifests/headless.pp
@@ -1,4 +1,5 @@
class nagios::headless {
- $nagios_httpd = 'absent'
- include nagios
+ class { 'nagios':
+ httpd => 'absent',
+ }
}