From 4ff385d82bc0d300d501bf1fb41df8602c7c95a6 Mon Sep 17 00:00:00 2001 From: mh Date: Tue, 29 May 2012 22:50:03 +0200 Subject: rename site modules --- manifests/openbsd.pp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'manifests/openbsd.pp') 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; -- cgit v1.2.3