OP#436 add temp place holders
This commit is contained in:
@@ -16,5 +16,17 @@ class confdroid_nagios::server::files (
|
|||||||
content => template($ng_nagios_cfg_erb),
|
content => template($ng_nagios_cfg_erb),
|
||||||
notify => Service[$ng_nagios_service],
|
notify => Service[$ng_nagios_service],
|
||||||
}
|
}
|
||||||
|
# custom cfg files
|
||||||
|
file { $ng_target_command:
|
||||||
|
ensure => file,
|
||||||
|
owner => 'nagios',
|
||||||
|
group => 'nagios',
|
||||||
|
mode => '0644',
|
||||||
|
selrange => s0,
|
||||||
|
selrole => object_r,
|
||||||
|
seltype => nagios_etc_t,
|
||||||
|
seluser => system_u,
|
||||||
|
notify => Service[$ng_nagios_service],
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user