summaryrefslogtreecommitdiff
path: root/manifests/itk.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2009-05-17 22:27:05 +0200
committermh <mh@immerda.ch>2009-05-17 22:27:05 +0200
commitfbb3cb7dcd8406f085e80f3f11fa873b55bd5073 (patch)
treea95d59498674420347e7c115569cc42407d85d82 /manifests/itk.pp
parentc4b3c53375ab001c5cb6407537d64ff3b2ec35cf (diff)
extracted every define and class in it's own file
Diffstat (limited to 'manifests/itk.pp')
-rw-r--r--manifests/itk.pp23
1 files changed, 0 insertions, 23 deletions
diff --git a/manifests/itk.pp b/manifests/itk.pp
index b53c059..5fa9dc7 100644
--- a/manifests/itk.pp
+++ b/manifests/itk.pp
@@ -8,26 +8,3 @@ class apache::itk inherits apache {
default: { include apache::base::itk }
}
}
-class apache::base::itk inherits apache::base {
- Package['apache'] {
- name => 'apache2-itk',
- }
-
- File['htpasswd_dir']{
- group => 0,
- mode => 0644,
- }
-}
-
-# http://hostby.net/home/2008/07/12/centos-5-and-mpm-itk/
-class apache::centos::itk inherits apache::centos {
- Package['apache']{
- name => 'httpd-itk',
- }
- File['/etc/sysconfig/httpd']{
- source => [ "puppet://$server/files/apache/sysconfig/${fqdn}/httpd.itk",
- "puppet://$server/files/apache/sysconfig/httpd.itk",
- "puppet://$server/apache/sysconfig/${operatingsystem}/httpd.itk",
- "puppet://$server/apache/sysconfig/httpd.itk" ],
- }
-}