summaryrefslogtreecommitdiff
path: root/manifests/openbsd.pp
diff options
context:
space:
mode:
authorMarcel Haerry <haerry@puzzle.ch>2009-06-16 10:52:09 +0200
committerMarcel Haerry <haerry@puzzle.ch>2009-06-16 10:52:09 +0200
commit26143b27195cb6cee1a9c75d6ec825dc8295443a (patch)
tree49b7edd213bcd6afc86f2a53b1384c9b4b37d27d /manifests/openbsd.pp
parent45b25ae7b95d8030f02a3f540c4dca93812ef043 (diff)
fixed lookup path
Diffstat (limited to 'manifests/openbsd.pp')
-rw-r--r--manifests/openbsd.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/openbsd.pp b/manifests/openbsd.pp
index 83d1694..187224a 100644
--- a/manifests/openbsd.pp
+++ b/manifests/openbsd.pp
@@ -39,7 +39,7 @@ class apache::openbsd inherits apache::base {
owner => root, group => 0, mode => 0700;
}
- apache::vhost::webdir{'default': }
+ ::apache::vhost::webdir{'default': }
Service['apache']{
restart => '/opt/bin/restart_apache.sh',