Skip to content

Instantly share code, notes, and snippets.

@jrg72
Last active August 29, 2015 14:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jrg72/e5c7336937d5fa603214 to your computer and use it in GitHub Desktop.
Save jrg72/e5c7336937d5fa603214 to your computer and use it in GitHub Desktop.
try this
if $server_role == 'app' {
file { ['tomcat_access', 'tomcat_jvm', 'tomcat_threads', 'tomcat_volume']:
ensure => 'link',
target => '/etc/munin-node/plugins/,
notify => service['munin-node'],
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment