summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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',