summaryrefslogtreecommitdiff
path: root/manifests/init.pp
diff options
context:
space:
mode:
authorandreas <andreas@immerda.ch>2008-04-29 10:07:59 +0000
committerandreas <andreas@immerda.ch>2008-04-29 10:07:59 +0000
commit15b347f668a6429501c5f14faed8546b1af006cb (patch)
tree7e58b649b8e71cfd04bba2e2b7f833b7812dd7eb /manifests/init.pp
parent53339e94df28aa451beaf1085c72d620f224b131 (diff)
typo
Diffstat (limited to 'manifests/init.pp')
-rw-r--r--manifests/init.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index abebb6a..876c1d0 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -123,7 +123,7 @@ class apache::gentoo inherits apache::base {
# to set the default for the ServerName
file { '00_default_settings_ServerName.conf':
- path => '$modules_dir/00_default_settings_ServerName.conf',
+ path => "$modules_dir/00_default_settings_ServerName.conf",
ensure => file,
owner => 'root',
group => 0,