fixed typo, added including clause to definitions
This commit is contained in:
@@ -38,10 +38,13 @@ $ne_cmd_argstring = undef,
|
||||
|
||||
$ne_cmd_file = $::cd_nrpe::params::ne_cmd_file
|
||||
$ne_cmd_rule_erb = $::cd_nrpe::params::ne_cmd_rule_erb
|
||||
$ne_manage_cmds = $::cd_nrpe::params::ne_manage_cmds
|
||||
|
||||
if $ne_manage_cmds == true {
|
||||
|
||||
concat::fragment { $name:
|
||||
target => $ne_cmd_file,
|
||||
content => template($ne_cmd_rule_erb),
|
||||
concat::fragment { $name:
|
||||
target => $ne_cmd_file,
|
||||
content => template($ne_cmd_rule_erb),
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user