aboutsummaryrefslogtreecommitdiff
path: root/manifests/subsystems/utils.pp
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2010-10-17 22:30:56 -0200
committerSilvio Rhatto <rhatto@riseup.net>2010-10-17 22:30:56 -0200
commit99a5649c8d024d68046ca6dc6747ae7d66ca3ab1 (patch)
tree47f8b1f0b37dcc6351c01aded573e91b53ef5369 /manifests/subsystems/utils.pp
parent9a967bc154080427ed5d84b1b478c7b75ae1b931 (diff)
downloadpuppet-nodo-99a5649c8d024d68046ca6dc6747ae7d66ca3ab1.tar.gz
puppet-nodo-99a5649c8d024d68046ca6dc6747ae7d66ca3ab1.tar.bz2
Minor coding style change
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 26ada95..b4a4210 100644
--- a/manifests/subsystems/utils.pp
+++ b/manifests/subsystems/utils.pp
@@ -61,7 +61,7 @@ class utils::personal {
case $operatingsystem {
debian: {
- package { [ 'mozilla-firefox-adblock', 'iceweasel', 'sun-java6-jre', 'hplip', ]:
+ package { [ 'mozilla-firefox-adblock', 'iceweasel', 'sun-java6-jre', 'hplip' ]:
ensure => installed,
}
}