fixed typo
This commit is contained in:
@@ -40,9 +40,9 @@ class cd_nagios::nagios::objects::add_timeperiod_rules (
|
||||
|
||||
# manage /etc/nagios/conf.d/nagios_timeperiods_add.cfg
|
||||
|
||||
concat { $ng_tgt_timeperiods_add:
|
||||
concat { $ng_tgt_timep_add:
|
||||
ensure => present,
|
||||
path => $ng_tgt_timeperiods_add,
|
||||
path => $ng_tgt_timep_add,
|
||||
owner => $ng_user,
|
||||
group => $ng_user,
|
||||
mode => '0640',
|
||||
@@ -56,7 +56,7 @@ class cd_nagios::nagios::objects::add_timeperiod_rules (
|
||||
# manage file header
|
||||
|
||||
concat::fragment { 'timeperiods_header':
|
||||
target => $ng_tgt_timeperiods_add,
|
||||
target => $ng_tgt_timep_add,
|
||||
content => template($ng_tgt_timep_head_erb),
|
||||
order => '000',
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user