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 5757d62 commit 5e06d12
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion site/nginx/manifests/init.pp
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
class nginx {

case $::operatingsystem {
'RedHat': {
'redhat': {
$http_dir = '/var/www'
$nginx_base_dir = '/etc/nginx'
$nginx_packagename = 'nginx'
notify ('WTF ITS REDHAT')
}
'windows': {
$http_dir = 'C:/ProgramData/nginx/html'
Expand Down

0 comments on commit 5e06d12

Please sign in to comment.