diff options
Diffstat (limited to 'manifests/subsystem/monitor/master.pp')
| -rw-r--r-- | manifests/subsystem/monitor/master.pp | 9 | 
1 files changed, 9 insertions, 0 deletions
| diff --git a/manifests/subsystem/monitor/master.pp b/manifests/subsystem/monitor/master.pp new file mode 100644 index 0000000..6895617 --- /dev/null +++ b/manifests/subsystem/monitor/master.pp @@ -0,0 +1,9 @@ +class nodo::subsystem::monitor::master { +  file { '/etc/nagios-plugins/check_rbl.ini': +    ensure  => present, +    owner   => root, +    group   => root, +    source  => 'puppet:///modules/nodo/etc/nagios-plugins/check_rbl.ini', +    require => Package['nagios'], +  } +} | 
