Skip to content

Instantly share code, notes, and snippets.

@calston
Created July 10, 2013 13:18
Show Gist options
  • Save calston/5966212 to your computer and use it in GitHub Desktop.
Save calston/5966212 to your computer and use it in GitHub Desktop.
if $nginx {
file { '/etc/munin/plugins/nginx_request':
ensure => present,
mode => '0755',
owner => root,
group => root,
source => 'puppet:///modules/munin/nginx_request',
notify => Service['munin-node']
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment