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:
4a03736
)
actually make case statement useful
author
Stephen Gran
<steve@lobefin.net>
Sat, 20 Feb 2010 12:43:01 +0000
(12:43 +0000)
committer
Stephen Gran
<steve@lobefin.net>
Sat, 20 Feb 2010 12:43:01 +0000
(12:43 +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
777560d
..
bccbd91
100644
(file)
--- a/
modules/apache2/manifests/init.pp
+++ b/
modules/apache2/manifests/init.pp
@@
-7,8
+7,9
@@
class apache2 {
}
case $php {
- package {
- "php5-suhosin": ensure => installed;
+ "true": { package {
+ "php5-suhosin": ensure => installed;
+ }
}
}