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 e00d9cb commit 32c8a59
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 @@ -37,8 +37,8 @@
}
file { "${http_dir}/index.html":
ensure => file,
source => 'puppet:///modules/nginx/index.html',
require => Package['nginx'],
content => template('nginx/index.html.erb'),
notify => Service['nginx'],
}
service { 'nginx':
Expand Down

0 comments on commit 32c8a59

Please sign in to comment.