projects
/
mirror
/
dsa-puppet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cb1cd6c
)
it's $php5, not $php
author
Stephen Gran
<steve@lobefin.net>
Sat, 20 Feb 2010 12:49:37 +0000
(12:49 +0000)
committer
Stephen Gran
<steve@lobefin.net>
Sat, 20 Feb 2010 12:49:49 +0000
(12:49 +0000)
Signed-off-by: Stephen Gran <steve@lobefin.net>
modules/apache2/manifests/init.pp
patch
|
blob
|
history
diff --git
a/modules/apache2/manifests/init.pp
b/modules/apache2/manifests/init.pp
index
f58b710
..
fc2de44
100644
(file)
--- a/
modules/apache2/manifests/init.pp
+++ b/
modules/apache2/manifests/init.pp
@@
-6,7
+6,7
@@
class apache2 {
"logrotate": ensure => installed;
}
- case $php {
+ case $php
5
{
"true": { package {
"php5-suhosin": ensure => installed;
}