From fbb3cb7dcd8406f085e80f3f11fa873b55bd5073 Mon Sep 17 00:00:00 2001 From: mh Date: Sun, 17 May 2009 22:27:05 +0200 Subject: extracted every define and class in it's own file --- manifests/itk.pp | 23 ----------------------- 1 file changed, 23 deletions(-) (limited to 'manifests/itk.pp') 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" ], - } -} -- cgit v1.2.3