1 2 3 4 5 6 7 8 |
define nagios($notification_period = "24x7") { ("Creating nagios::target ${name}") } if (Nagios) { ("yes it's running the define") } |
output
1 |
err: Scope(Class[main]): yes it's running the define |
1 2 3 4 5 6 7 8 |
define nagios($notification_period = "24x7") { ("Creating nagios::target ${name}") } if (Nagios) { ("yes it's running the define") } |
1 |
err: Scope(Class[main]): yes it's running the define |