diff options
Diffstat (limited to 'puppet/modules/site_nagios')
| -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, +  } +}  | 
