summaryrefslogtreecommitdiff
path: root/manifests/modules
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2008-03-23 14:06:38 +0000
committermh <mh@immerda.ch>2008-03-23 14:06:38 +0000
commite351463a71d62cb02aac8a6c330f15e42759582f (patch)
treec82d2962f67c6aa71df4e01e6d50b53435da8c5d /manifests/modules
parentb95491915b1d3bd50763dfc547838e212c0a5cb8 (diff)
added php to main file
Diffstat (limited to 'manifests/modules')
-rw-r--r--manifests/modules/php.pp10
1 files changed, 0 insertions, 10 deletions
diff --git a/manifests/modules/php.pp b/manifests/modules/php.pp
index c1e5836..b892686 100644
--- a/manifests/modules/php.pp
+++ b/manifests/modules/php.pp
@@ -3,16 +3,6 @@
# changed and improved by immerda prohect group admin(at)immerda.ch
# See LICENSE for the full license granted to you.
-class apache::php inherits apache {
- case $operatingsystem {
- debian: { include php::debian }
- centos: { include php::centos }
- ubuntu: { include php::ubuntu }
- gentoo: { include php::gentoo }
- default: { include php::base }
- }
-}
-
class php::base {
package{php:
ensure => installed,