adds service control and updates README

This commit is contained in:
Arne Teuke
2018-12-30 15:29:11 +01:00
parent a4528a811e
commit 251954b717
2 changed files with 1 additions and 1 deletions

View File

@@ -37,6 +37,7 @@ class cd_haproxy::main::files (
selrole => object_r, selrole => object_r,
seltype => etc_t, seltype => etc_t,
seluser => system_u, seluser => system_u,
notify => $hy_service,
} }
# create the header # create the header

View File

@@ -33,7 +33,6 @@ class cd_haproxy::server::service (
hasstatus => true, hasstatus => true,
hasrestart => true, hasrestart => true,
enable => true, enable => true,
subscribe => $hy_main_config,
} }
} }
} }