summaryrefslogtreecommitdiff
path: root/manifests/init.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2008-04-13 18:00:30 +0000
committermh <mh@immerda.ch>2008-04-13 18:00:30 +0000
commitf9470ba3ac8b95af90b12a574184251d58dcee3e (patch)
tree527f9bb728a55b6db4f764ba6984f6ade5be0cad /manifests/init.pp
parent61e9e8756180218bf262ab5cb35c31cb564af0f5 (diff)
fixed broken dependency
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 0981172..4db6480 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -156,7 +156,7 @@ define apache::vhost::file(
owner => root,
group => 0,
mode => 0644,
- require => [ File[$vhosts_dir], Package[apache] ],
+ require => [ File[vhosts_dir], Package[apache] ],
notify => Service[apache],
}
}