From: Silvio Rhatto Date: Fri, 4 Jun 2010 00:11:10 +0000 (-0300) Subject: Oops X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=97f67306479287bb670c1bf1cd5692252b4bc48e;p=puppet-nodo.git Oops --- diff --git a/manifests/subsystems/utils.pp b/manifests/subsystems/utils.pp index 8830e70..9c783b0 100644 --- a/manifests/subsystems/utils.pp +++ b/manifests/subsystems/utils.pp @@ -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, }