trying to work my way again through selinux

This commit is contained in:
Arne Teuke
2017-07-20 17:12:18 +01:00
parent 508e672c31
commit 0f4d8b1a85
3 changed files with 17 additions and 11 deletions

View File

@@ -45,11 +45,5 @@ class cd_nagios::server::access_rules (
seluser => system_u,
notify => Service[$ng_service],
}
concat::fragment { 'create_header':
target => $ng_htpasswd_file,
content => template($ng_htpasswd_head),
notify => Service[$ng_service],
}
}
}