]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
Minor coding style change
authorSilvio Rhatto <rhatto@riseup.net>
Mon, 18 Oct 2010 00:30:56 +0000 (22:30 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Mon, 18 Oct 2010 00:30:56 +0000 (22:30 -0200)
manifests/subsystems/utils.pp

index 26ada95a8b61d09ab1945c1377a5ae65116a670d..b4a4210ac0644f88da46d9a0261b183b724aa0e6 100644 (file)
@@ -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,
       }
     }