From e351463a71d62cb02aac8a6c330f15e42759582f Mon Sep 17 00:00:00 2001 From: mh Date: Sun, 23 Mar 2008 14:06:38 +0000 Subject: added php to main file --- manifests/init.pp | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'manifests/init.pp') diff --git a/manifests/init.pp b/manifests/init.pp index c02b30e..2abdf3f 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -190,3 +190,15 @@ define apache::config::file( notify => Service[apache], } } + +#php +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 } + } +} + -- cgit v1.2.3