diff options
author | varac <varacanero@zeromail.org> | 2012-09-17 22:46:00 +0200 |
---|---|---|
committer | Leap devs <sysdev@leap.se> | 2012-09-19 16:07:19 +0000 |
commit | bc4532eaa4450bcf84288c95f06ab7ae978ad072 (patch) | |
tree | fd1ac419bc1181af9184ae7d3e51ebdb44ba2bb4 /manifests | |
parent | ab52e4a72985268419b8b04a487442975d51aca3 (diff) |
use a graph style icon for action.gif
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/pnp4nagios.pp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/manifests/pnp4nagios.pp b/manifests/pnp4nagios.pp index 837c447..1eb2bf7 100644 --- a/manifests/pnp4nagios.pp +++ b/manifests/pnp4nagios.pp @@ -42,5 +42,15 @@ class nagios::pnp4nagios { require => Package['pnp4nagios'], } + # modify action.gif + + file { '/usr/share/nagios3/htdocs/images/action.gif': + path => "/usr/share/nagios3/htdocs/images/action.gif", + source => [ "puppet:///modules/site-nagios/pnp4nagios/action.gif", + "puppet:///modules/nagios/pnp4nagios/action.gif" ], + mode => 0644, owner => root, group => root, + notify => Service['nagios']; + } + } |