Skip to content
This repository has been archived by the owner on Sep 6, 2020. It is now read-only.

Commit

Permalink
Add apache group and user.
Browse files Browse the repository at this point in the history
  • Loading branch information
kevingranade committed May 13, 2012
1 parent 69e07f5 commit 4d6f2bc
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions apache/init.sls
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,19 @@ apache:
- name: httpd
- watch:
- file: /etc/httpd/conf/httpd.conf
- require:
- user: apache
group:
- present
- require:
- user: apache
user:
- present
- shell: /bin/false
- groups:
- apache
- require:
- pkg: apache

# need to replace this guy with some vhost config files.
/etc/httpd/conf/httpd.conf:
Expand Down

0 comments on commit 4d6f2bc

Please sign in to comment.