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:
e5d618e
)
only try to install cqparrayd in lenny
author
Stephen Gran
<steve@lobefin.net>
Sat, 5 Feb 2011 12:21:48 +0000
(12:21 +0000)
committer
Stephen Gran
<steve@lobefin.net>
Sat, 5 Feb 2011 12:22:36 +0000
(12:22 +0000)
Signed-off-by: Stephen Gran <steve@lobefin.net>
modules/debian-org/manifests/init.pp
patch
|
blob
|
history
diff --git
a/modules/debian-org/manifests/init.pp
b/modules/debian-org/manifests/init.pp
index
76cb475
..
123a0e8
100644
(file)
--- a/
modules/debian-org/manifests/init.pp
+++ b/
modules/debian-org/manifests/init.pp
@@
-137,9
+137,16
@@
class debian-proliant inherits debian-org {
package {
"hpacucli": ensure => installed;
"hp-health": ensure => installed;
- "cpqarrayd": ensure => installed;
"arrayprobe": ensure => installed;
}
+ case extractnodeinfo($nodeinfo, 'squeeze') {
+ true: {}
+ default: {
+ package {
+ "cpqarrayd": ensure => installed;
+ }
+ }
+ }
case $debarchitecture {
"amd64": {
package { "lib32gcc1": ensure => installed; }