Skip to content

Instantly share code, notes, and snippets.

@drags
Created November 21, 2013 23:58
Show Gist options
  • Save drags/7592199 to your computer and use it in GitHub Desktop.
Save drags/7592199 to your computer and use it in GitHub Desktop.
Class based conditional
class rabbitmq {
# 3rd party Module
}
class node_base {
if defined(Class['::rabbitmq']) {
include nagios::applications::rabbitmq
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment