]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
Oops
authorSilvio Rhatto <rhatto@riseup.net>
Fri, 4 Jun 2010 00:11:10 +0000 (21:11 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Fri, 4 Jun 2010 00:11:10 +0000 (21:11 -0300)
manifests/subsystems/utils.pp

index 8830e70d3cf02bb2ec3696eb0535798ac75e35f0..9c783b053837c49c9b76cd886ec54a033ad8097e 100644 (file)
@@ -54,7 +54,7 @@ class utils::personal {
     ensure => installed,
   }
 
-  if $operatingsystem = 'debian' {
+  if $operatingsystem == 'debian' {
     package { [ 'mozilla-firefox-adblock', 'iceweasel', 'sun-java6-jre', ]:
       ensure => installed,
     }