moved service dependency to access_rules

This commit is contained in:
Arne Teuke
2017-07-20 15:09:11 +01:00
parent febc8f1a34
commit cb2010e7d2
2 changed files with 1 additions and 1 deletions

View File

@@ -36,6 +36,5 @@ $ng_service = $::cd_nagios::params::ng_service
concat::fragment { $name:
target => $ng_htpasswd_file,
content => template($ng_htpasswd_rule),
notify => Service[$ng_service],
}
}

View File

@@ -43,6 +43,7 @@ class cd_nagios::server::access_rules (
selrole => object_r,
seltype => nagios_etc_t,
seluser => system_u,
notify => Service[$ng_service],
}
concat::fragment { 'create_header':