summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-01-25 21:22:43 -0200
committerGabriel Filion <lelutin@gmail.com>2013-02-28 05:40:02 -0500
commita814cdad2b1ff47066df4c8b5d948f22210c0832 (patch)
treeea4272ee0556b114e558c025aa8318cee9bb48d4
parent27f0c77945444e14d77866fcd497eb21ecc662e4 (diff)
Update nagios::headless to use parametrized class
-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',
+ }
}