diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2010-10-17 22:30:56 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2010-10-17 22:30:56 -0200 |
commit | 99a5649c8d024d68046ca6dc6747ae7d66ca3ab1 (patch) | |
tree | 47f8b1f0b37dcc6351c01aded573e91b53ef5369 /manifests/subsystems | |
parent | 9a967bc154080427ed5d84b1b478c7b75ae1b931 (diff) | |
download | puppet-nodo-99a5649c8d024d68046ca6dc6747ae7d66ca3ab1.tar.gz puppet-nodo-99a5649c8d024d68046ca6dc6747ae7d66ca3ab1.tar.bz2 |
Minor coding style change
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 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, } } |