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 a8009d6 commit 39aba65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions site/nginx/manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@

file { "${nginx_base_dir}/nginx.conf":
ensure => file,
source => 'puppet:///modules/nginx/nginx.conf',
source => 'puppet:///modules/nginx/${::osfamily}.conf',
}
file { "${nginx_base_dir}/conf.d/default.conf":
ensure => file,
source => "puppet:///modules/nginx/${::osfamily}.conf",
source => "puppet:///modules/nginx/default-${::kernel}.conf",
require => Package['nginx'],
notify => Service['nginx'],
}
Expand Down

0 comments on commit 39aba65

Please sign in to comment.