Skip to content

Commit

Permalink
Merge pull request #35 from akumria/syntax-fixes
Browse files Browse the repository at this point in the history
Syntax fixes
  • Loading branch information
jamtur01 committed Jun 18, 2012
2 parents 7130d49 + 4cadac8 commit 7a27142
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions manifests/vhost.pp
Expand Up @@ -46,7 +46,7 @@
$options = $apache::params::options,
$apache_name = $apache::params::apache_name,
$vhost_name = $apache::params::vhost_name,
$logroot = "/var/log/" + $apache::params::apache_name
$logroot = "/var/log/$apache::params::apache_name"
) {

include apache
Expand Down Expand Up @@ -91,7 +91,7 @@
Package['httpd'],
File["${apache::params::vdir}/${priority}-${name}-$docroot"],
File["${apache::params::vdir}/${priority}-${name}-$logroot"],
]
],
notify => Service['httpd'],
}

Expand Down

0 comments on commit 7a27142

Please sign in to comment.