summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2013-12-29 15:23:23 +0100
committermh <mh@immerda.ch>2013-12-29 15:23:23 +0100
commit9fabf0bf2af83980c2135486432b46ae87499457 (patch)
tree4189c13f74ea1c108af04b7829eab2527ac53f78 /manifests
parent26e498007ae101aba154acc8435729768e9590ff (diff)
fix typo from the latest linting
Diffstat (limited to 'manifests')
-rw-r--r--manifests/vhost/file.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/vhost/file.pp b/manifests/vhost/file.pp
index 9155cfc..087d478 100644
--- a/manifests/vhost/file.pp
+++ b/manifests/vhost/file.pp
@@ -101,7 +101,7 @@ define apache::vhost::file(
'absent': {
$real_vhost_source = $vhost_source ? {
'absent' => [
- "puppet:///modules/site_apache/vhosts.d/{::fqdn}/${name}.conf",
+ "puppet:///modules/site_apache/vhosts.d/${::fqdn}/${name}.conf",
"puppet:///modules/site_apache/vhosts.d/${apache::cluster_node}/${name}.conf",
"puppet:///modules/site_apache/vhosts.d/${::operatingsystem}.${::operatingsystemmajrelease}/${name}.conf",
"puppet:///modules/site_apache/vhosts.d/${::operatingsystem}/${name}.conf",