aboutsummaryrefslogtreecommitdiff
path: root/manifests/subsystems/utils.pp
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2010-06-03 21:11:10 -0300
committerSilvio Rhatto <rhatto@riseup.net>2010-06-03 21:11:10 -0300
commit97f67306479287bb670c1bf1cd5692252b4bc48e (patch)
treef970f0ec09f248a5d1f577bb066893f900503379 /manifests/subsystems/utils.pp
parent25a8488df35b6bd09e97e72ff6a37b7d47810f6a (diff)
downloadpuppet-nodo-97f67306479287bb670c1bf1cd5692252b4bc48e.tar.gz
puppet-nodo-97f67306479287bb670c1bf1cd5692252b4bc48e.tar.bz2
Oops
Diffstat (limited to 'manifests/subsystems/utils.pp')
-rw-r--r--manifests/subsystems/utils.pp2
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,
}