diff options
author | mh <mh@immerda.ch> | 2010-07-01 04:17:29 +0200 |
---|---|---|
committer | mh <mh@immerda.ch> | 2010-07-01 04:17:29 +0200 |
commit | 694b811204b35f8f30f5f6bcefe3435d83c43705 (patch) | |
tree | 48a8b2c2c806bef488ae243e7231adc6c45cb227 /manifests | |
parent | 481a621f2411fc6cb87521760897f5c5c6f47ea9 (diff) | |
parent | 41571b20b23d7313c192e233ec9b76a89af05354 (diff) |
Merge branch 'koumbit'
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/apache.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/apache.pp b/manifests/apache.pp index 36994f8..c00b1d9 100644 --- a/manifests/apache.pp +++ b/manifests/apache.pp @@ -1,4 +1,4 @@ -class nagios::apache { +class nagios::apache inherits ::apache { $nagios_httpd = 'apache' include nagios } |