Skip to content

Commit

Permalink
Merge pull request puppetlabs#84 from hakamadare/redhat_conf_filenames
Browse files Browse the repository at this point in the history
(#16064) Make config files RedHat-compatible
  • Loading branch information
hunner committed Aug 22, 2012
2 parents 6744f22 + f1b9267 commit b56c310
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions manifests/vhost/proxy.pp
Expand Up @@ -41,8 +41,8 @@
include apache::mod::ssl
}

file { "${priority}-${name}":
path => "${apache::params::vdir}/${priority}-${name}",
file { "${priority}-${name}.conf":
path => "${apache::params::vdir}/${priority}-${name}.conf",
content => template($template),
owner => 'root',
group => 'root',
Expand Down
4 changes: 2 additions & 2 deletions manifests/vhost/redirect.pp
Expand Up @@ -30,8 +30,8 @@

$srvname = $name

file { "${priority}-${name}":
path => "${apache::params::vdir}/${priority}-${name}",
file { "${priority}-${name}.conf":
path => "${apache::params::vdir}/${priority}-${name}.conf",
content => template($template),
owner => 'root',
group => 'root',
Expand Down

0 comments on commit b56c310

Please sign in to comment.