diff options
author | mh <mh@immerda.ch> | 2009-05-23 01:12:05 +0200 |
---|---|---|
committer | mh <mh@immerda.ch> | 2009-05-23 01:12:05 +0200 |
commit | ee128d31ea8e31a957c378e4c2a5b2a51fa647d4 (patch) | |
tree | 57e1de865980bf67333dbb574fabc9fa05c7ad1d /manifests/centos/itk.pp | |
parent | 915b19343c58deaf7ceca344d47d8f0fbcbd02fb (diff) |
removed package class inclusion
Diffstat (limited to 'manifests/centos/itk.pp')
-rw-r--r-- | manifests/centos/itk.pp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/manifests/centos/itk.pp b/manifests/centos/itk.pp index c2f07e0..8b55110 100644 --- a/manifests/centos/itk.pp +++ b/manifests/centos/itk.pp @@ -1,7 +1,6 @@ # http://hostby.net/home/2008/07/12/centos-5-and-mpm-itk/ class apache::centos::itk inherits apache::centos { include ::apache::base::itk - include ::apache::package::itk Package['apache']{ name => 'httpd-itk', } |