summaryrefslogtreecommitdiff
path: root/manifests/itk
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2009-05-17 22:36:47 +0200
committermh <mh@immerda.ch>2009-05-17 22:36:47 +0200
commite9350c7225b73a3eaa31aa18eb5e3db46887c1a9 (patch)
tree6a4d06e07d20d78b38ef79e2a1a8680eadf86b21 /manifests/itk
parentfbb3cb7dcd8406f085e80f3f11fa873b55bd5073 (diff)
fixing class lookup and class location
Diffstat (limited to 'manifests/itk')
-rw-r--r--manifests/itk/base.pp10
-rw-r--r--manifests/itk/centos.pp13
2 files changed, 0 insertions, 23 deletions
diff --git a/manifests/itk/base.pp b/manifests/itk/base.pp
deleted file mode 100644
index 8a25bc5..0000000
--- a/manifests/itk/base.pp
+++ /dev/null
@@ -1,10 +0,0 @@
-class apache::base::itk inherits apache::base {
- Package['apache'] {
- name => 'apache2-itk',
- }
-
- File['htpasswd_dir']{
- group => 0,
- mode => 0644,
- }
-}
diff --git a/manifests/itk/centos.pp b/manifests/itk/centos.pp
deleted file mode 100644
index 8b55110..0000000
--- a/manifests/itk/centos.pp
+++ /dev/null
@@ -1,13 +0,0 @@
-# http://hostby.net/home/2008/07/12/centos-5-and-mpm-itk/
-class apache::centos::itk inherits apache::centos {
- include ::apache::base::itk
- 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" ],
- }
-}