aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--roles/apache/vars/main.yml14
1 files changed, 7 insertions, 7 deletions
diff --git a/roles/apache/vars/main.yml b/roles/apache/vars/main.yml
index 7bf2d97..3378cb6 100644
--- a/roles/apache/vars/main.yml
+++ b/roles/apache/vars/main.yml
@@ -37,11 +37,11 @@ apache_gzip_types:
- text/xml
apache_selinux_policy_te: |
- require {
- type unconfined_service_t;
- type httpd_t;
- class key read;
- }
+ require {
+ type unconfined_service_t;
+ type httpd_t;
+ class key read;
+ }
- #============= httpd_t ==============
- allow httpd_t unconfined_service_t:key read;
+ #============= httpd_t ==============
+ allow httpd_t unconfined_service_t:key read;