diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-01-25 21:22:43 -0200 |
---|---|---|
committer | Gabriel Filion <lelutin@gmail.com> | 2013-02-28 05:40:02 -0500 |
commit | a814cdad2b1ff47066df4c8b5d948f22210c0832 (patch) | |
tree | ea4272ee0556b114e558c025aa8318cee9bb48d4 /manifests | |
parent | 27f0c77945444e14d77866fcd497eb21ecc662e4 (diff) |
Update nagios::headless to use parametrized class
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/headless.pp | 5 |
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', + } } |