Skip to content

Commit

Permalink
Update init.pp
Browse files Browse the repository at this point in the history
  • Loading branch information
prajwaln22 committed Mar 23, 2016
1 parent 8c67c3a commit 448eadb
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 @@ -17,7 +17,7 @@
}
file {'/etc/nginx/nginx.conf':
ensure => file,
owner => 'root,
owner => 'root',
group => 'root',
mode => '0664',
source => 'puppet:///modules/nginx/nginx.conf',
Expand Down

0 comments on commit 448eadb

Please sign in to comment.