diff options
author | varac <varacanero@zeromail.org> | 2014-02-05 16:44:23 +0100 |
---|---|---|
committer | varac <varacanero@zeromail.org> | 2014-02-05 16:44:23 +0100 |
commit | dde7b18cc0ad265aa7f7b8ccf4fedd9f0542fc74 (patch) | |
tree | 83cbf84bcf7f498888c0f26900615714d7f72b12 /puppet/modules/site_nagios/manifests | |
parent | d91494c57bc5929853c5ad0bb99212c98b7c3c95 (diff) |
site_nagios::client: install check_mk agent
Diffstat (limited to 'puppet/modules/site_nagios/manifests')
-rw-r--r-- | puppet/modules/site_nagios/manifests/client.pp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/puppet/modules/site_nagios/manifests/client.pp b/puppet/modules/site_nagios/manifests/client.pp new file mode 100644 index 00000000..ea6062a0 --- /dev/null +++ b/puppet/modules/site_nagios/manifests/client.pp @@ -0,0 +1,5 @@ +class site_nagios::client { + package { [ 'check-mk-agent', 'check-mk-agent-logwatch' ]: + ensure => installed, + } +} |