summaryrefslogtreecommitdiff
path: root/manifests/openbsd.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/openbsd.pp')
-rw-r--r--manifests/openbsd.pp6
1 files changed, 3 insertions, 3 deletions
diff --git a/manifests/openbsd.pp b/manifests/openbsd.pp
index f1c8ac0..e570dbf 100644
--- a/manifests/openbsd.pp
+++ b/manifests/openbsd.pp
@@ -26,9 +26,9 @@ class apache::openbsd inherits apache::base {
}
file{'apache_main_config':
path => "${config_dir}/conf/httpd.conf",
- source => [ "puppet:///modules/site-apache/config/OpenBSD/${fqdn}/httpd.conf",
- "puppet:///modules/site-apache/config/OpenBSD/${apache_cluster_node}/httpd.conf",
- "puppet:///modules/site-apache/config/OpenBSD//httpd.conf",
+ source => [ "puppet:///modules/site_apache/config/OpenBSD/${fqdn}/httpd.conf",
+ "puppet:///modules/site_apache/config/OpenBSD/${apache_cluster_node}/httpd.conf",
+ "puppet:///modules/site_apache/config/OpenBSD//httpd.conf",
"puppet:///modules/apache/config/OpenBSD/httpd.conf" ],
notify => Service['apache'],
owner => root, group => 0, mode => 0644;