Ensure that rtc's monit configuration file is absent
[mirror/dsa-puppet.git] / modules / hardware / manifests / raid / proliant.pp
index 02f92e1..a546aee 100644 (file)
@@ -10,7 +10,7 @@ class hardware::raid::proliant {
                ensure  => installed,
                tag    => extra_repo,
        }
-       if ! "$::systemproductname" in ["ProLiant DL180 G5", "ProLiant DL120 G5"] {
+       if !("$::systemproductname" in ["ProLiant DL180 G5", "ProLiant DL120 G5"]) {
                package { 'hp-health':
                        ensure => installed,
                        tag    => extra_repo,