summaryrefslogtreecommitdiff
path: root/manifests/init.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2008-03-23 13:51:32 +0000
committermh <mh@immerda.ch>2008-03-23 13:51:32 +0000
commit36a5d655ce2fcc4d4560752dda6116ac85247073 (patch)
tree714083ab48918606267dbb8daf93d3aa86445acf /manifests/init.pp
parentbda080ae1eb9d9d8edf245026d1c49717aaf0cd6 (diff)
new approach
Diffstat (limited to 'manifests/init.pp')
-rw-r--r--manifests/init.pp9
1 files changed, 0 insertions, 9 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index a3c3bc2..c02b30e 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -45,15 +45,6 @@ class apache::base {
require => Package[apache],
content => template('apache/default/default_index.erb'),
}
- #ensure php is installed before restarting the service
- if defined(Package[php]) {
- Package[apache]{
- require +> Package[php],
- }
- Service[apache]{
- require +> Package[php],
- }
- }
}
### distro specific stuff