]> git.donarmstrong.com Git - dsa-puppet.git/commitdiff
only try to install cqparrayd in lenny
authorStephen Gran <steve@lobefin.net>
Sat, 5 Feb 2011 12:21:48 +0000 (12:21 +0000)
committerStephen 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

index 76cb4758812c0710b909b673fcfdc2a5587ac4b5..123a0e855a201d75472b59a53b031582ab259daf 100644 (file)
@@ -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; }