diff options
author | varac <varacanero@zeromail.org> | 2014-02-05 17:14:44 +0100 |
---|---|---|
committer | varac <varacanero@zeromail.org> | 2014-02-05 17:14:44 +0100 |
commit | e93ca6ae1ebb794fb72ade75ef2e5b27b86619c8 (patch) | |
tree | 3a95e472198c8c4b19073a13172f1f69000d92ae /puppet/modules | |
parent | 6156db5b5b817d35cfba185923ce2f5e65a0108a (diff) |
include site_nagios::client by default
Diffstat (limited to 'puppet/modules')
-rw-r--r-- | puppet/modules/site_config/manifests/default.pp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/puppet/modules/site_config/manifests/default.pp b/puppet/modules/site_config/manifests/default.pp index d85d9c8f..a09a30d2 100644 --- a/puppet/modules/site_config/manifests/default.pp +++ b/puppet/modules/site_config/manifests/default.pp @@ -86,4 +86,6 @@ class site_config::default { if defined( '::site_custom') { include ::site_custom } + + include site_nagios::client } |