koschei-frontend: enable httpd to start on boot

This commit is contained in:
Mikolaj Izdebski 2016-05-13 13:12:01 +00:00
parent 6778478ff5
commit 71899a961d

View file

@ -43,3 +43,9 @@
tags:
- koschei
- selinux
- name: enable httpd to start on boot
service: name=httpd state=running enabled=true
tags:
- koschei
- service