Skip to content
Snippets Groups Projects
Commit efefca77 authored by Henry Fröcklin's avatar Henry Fröcklin
Browse files

Update nginx.pp

parent 4708b339
No related branches found
No related tags found
2 merge requests!4Test,!3Devel
Pipeline #119473 passed
...@@ -11,7 +11,7 @@ class egg::nginx () { ...@@ -11,7 +11,7 @@ class egg::nginx () {
# source => "puppet:///modules/${module_name}/nginx.conf", # source => "puppet:///modules/${module_name}/nginx.conf",
# notify => Service['nginx'], # notify => Service['nginx'],
# } # }
file { '/etc/nginx/conf.d/eggsample.conf': file { '/etc/nginx/conf.d/egg.conf':
ensure => 'present', ensure => 'present',
source => "puppet:///modules/${module_name}/egg.conf", source => "puppet:///modules/${module_name}/egg.conf",
notify => Service['nginx'], notify => Service['nginx'],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment