Skip to content

Commit

Permalink
Update init.pp
Browse files Browse the repository at this point in the history
  • Loading branch information
tphoney committed Nov 19, 2015
1 parent 31e1b45 commit e4a782c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/nginx/manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

case $::osfamily {
'redhat': {
$http_dir = $root
$http_dir = '/var/www'
$nginx_base_dir = '/etc/nginx'
$nginx_packagename = 'nginx'
notice ('WTF ITS REDHAT')
Expand Down

0 comments on commit e4a782c

Please sign in to comment.