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 54e45c8 commit 5757d62
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 @@ -27,7 +27,7 @@
}
file { "${nginx_base_dir}/conf.d/default.conf":
ensure => file,
source => 'puppet:///modules/nginx/${::osfamily}.conf",
source => "puppet:///modules/nginx/${::osfamily}.conf",
require => Package['nginx'],
notify => Service['nginx'],
}
Expand Down

0 comments on commit 5757d62

Please sign in to comment.