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 e4a782c commit 1a6de7a
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 @@ -40,7 +40,7 @@
require => Package['nginx'],
notify => Service['nginx'],
}
file { "${http_dir}":
file { $http_dir:
ensure => directory
}
file { "${http_dir}/index.html":
Expand Down

0 comments on commit 1a6de7a

Please sign in to comment.