From cb4b482e20b2be5cb73db08af988a09980f98965 Mon Sep 17 00:00:00 2001 From: Arne Teuke Date: Thu, 3 Aug 2017 15:56:00 +0100 Subject: [PATCH] fixed controls for main conf/local files --- manifests/main/files.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/main/files.pp b/manifests/main/files.pp index ee0335b..3504e6e 100644 --- a/manifests/main/files.pp +++ b/manifests/main/files.pp @@ -56,7 +56,7 @@ class cd_fail2ban::main::files ( selrole => object_r, seltype => etc_t, seluser => system_u, - content => template($fn_fail2ban_conf_erb), + content => template($fn_fail2ban_local_erb), notify => Service[$fn_service], }