diff options
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 } |