diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2010-06-03 21:11:10 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2010-06-03 21:11:10 -0300 |
commit | 97f67306479287bb670c1bf1cd5692252b4bc48e (patch) | |
tree | f970f0ec09f248a5d1f577bb066893f900503379 /manifests/subsystems | |
parent | 25a8488df35b6bd09e97e72ff6a37b7d47810f6a (diff) | |
download | puppet-nodo-97f67306479287bb670c1bf1cd5692252b4bc48e.tar.gz puppet-nodo-97f67306479287bb670c1bf1cd5692252b4bc48e.tar.bz2 |
Oops
Diffstat (limited to 'manifests/subsystems')
-rw-r--r-- | manifests/subsystems/utils.pp | 2 |
1 files changed, 1 insertions, 1 deletions
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, } |