]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
Minor change
authorSilvio Rhatto <rhatto@riseup.net>
Sun, 6 Jun 2010 01:37:38 +0000 (22:37 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Sun, 6 Jun 2010 01:37:38 +0000 (22:37 -0300)
manifests/subsystems/utils.pp

index 9c783b053837c49c9b76cd886ec54a033ad8097e..b42e91491ce7e56251719a6dea877d207d07929b 100644 (file)
@@ -54,10 +54,13 @@ class utils::personal {
     ensure => installed,
   }
 
-  if $operatingsystem == 'debian' {
-    package { [ 'mozilla-firefox-adblock', 'iceweasel', 'sun-java6-jre', ]:
-      ensure => installed,
+  case $operatingsystem {
+    debian: { 
+      package { [ 'mozilla-firefox-adblock', 'iceweasel', 'sun-java6-jre', ]:
+        ensure => installed,
+      }
     }
+    default: { }
   }
 
   # Gem packages