Skip to content
Snippets Groups Projects
Commit b18595ee authored by Nils Olof Paulsson's avatar Nils Olof Paulsson
Browse files

typo

parent 02779078
No related branches found
No related tags found
2 merge requests!2Test,!1Devel
...@@ -12,9 +12,10 @@ class egg::nginx () { ...@@ -12,9 +12,10 @@ class egg::nginx () {
# notify => Service['nginx'], # notify => Service['nginx'],
# } # }
file { '/etc/nginx/conf.d/eggsample.conf': file { '/etc/nginx/conf.d/eggsample.conf':
ensure => 'present', ensure => 'present',
source => "puppet:///modules/${module_name}/eggsample.conf", source => "puppet:///modules/${module_name}/eggsample.conf",
notify => Service['nginx'], notify => Service['nginx'],
require => Package['nginx'],
} }
# Housekeeping # Housekeeping
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment