Don't install megacli if we're not amd64
[mirror/dsa-puppet.git] / modules / hardware / manifests / raid / megaraid_sas.pp
index e4bfee2..bb5172e 100644 (file)
@@ -1,5 +1,5 @@
 class hardware::raid::megaraid_sas {
-       if $::megaraid_sas {
+       if ($::megaraid_sas and $::debarchitecture == "amd64") {
                include debian_org::apt_restricted
 
                package { 'megacli':