summaryrefslogtreecommitdiff
path: root/manifests/openbsd.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2009-11-02 00:56:24 +0100
committermh <mh@immerda.ch>2009-11-02 00:56:24 +0100
commit8cda647dbde6430fd0e7b844179f3d2b31b3490a (patch)
treef3275b591386d22d5a723703d7a5c2a0fcaa7480 /manifests/openbsd.pp
parentbc242369d26e942bab2a22e7dca8fec080aa0784 (diff)
recursivly updating file path to new 0.25 style
Diffstat (limited to 'manifests/openbsd.pp')
-rw-r--r--manifests/openbsd.pp8
1 files changed, 4 insertions, 4 deletions
diff --git a/manifests/openbsd.pp b/manifests/openbsd.pp
index 187224a..005090d 100644
--- a/manifests/openbsd.pp
+++ b/manifests/openbsd.pp
@@ -25,8 +25,8 @@ class apache::openbsd inherits apache::base {
source => [ "puppet://$server/files/apache/conf/${fqdn}/httpd.conf",
"puppet://$server/files/apache/conf/${apache_cluster_node}/httpd.conf",
"puppet://$server/files/apache/conf/httpd.conf",
- "puppet://$server/apache/conf/${operatingsystem}/httpd.conf",
- "puppet://$server/apache/conf/httpd.conf" ],
+ "puppet://$server/modules/apache/conf/${operatingsystem}/httpd.conf",
+ "puppet://$server/modules/apache/conf/httpd.conf" ],
notify => Service['apache'],
owner => root, group => 0, mode => 0644;
}
@@ -34,7 +34,7 @@ class apache::openbsd inherits apache::base {
path => '/var/www/htdocs/default/www/index.html',
}
file{'/opt/bin/restart_apache.sh':
- source => "puppet://$server/apache/OpenBSD/bin/restart_apache.sh",
+ source => "puppet://$server/modules/apache/OpenBSD/bin/restart_apache.sh",
require => File['/opt/bin'],
owner => root, group => 0, mode => 0700;
}
@@ -48,7 +48,7 @@ class apache::openbsd inherits apache::base {
stop => 'apachectl stop',
}
file{'/opt/bin/apache_logrotate.sh':
- source => "puppet://$server/apache/OpenBSD/bin/apache_logrotate.sh",
+ source => "puppet://$server/modules/apache/OpenBSD/bin/apache_logrotate.sh",
require => File['/opt/bin'],
owner => root, group => 0, mode => 0700;
}