summaryrefslogtreecommitdiff
path: root/manifests/openbsd.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2012-05-29 22:50:03 +0200
committermh <mh@immerda.ch>2012-05-29 22:50:03 +0200
commit4ff385d82bc0d300d501bf1fb41df8602c7c95a6 (patch)
treecbceba1a3489e1bcdb89bf99b7be045329b43e3f /manifests/openbsd.pp
parente8291a62cfddc87023a63d00f51f9309d1699595 (diff)
rename site modules
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;