[Lsb-messages] /var/www/bzr/lsb/devel/puppet-lsb r324: combine the build deps into one stanza (alien)

Stew Benedict stewb at linux-foundation.org
Sat Jul 28 13:02:12 UTC 2012


------------------------------------------------------------
revno: 324
committer: Stew Benedict <stewb at linux-foundation.org>
branch nick: puppet-lsb
timestamp: Sat 2012-07-28 09:02:12 -0400
message:
  combine the build deps into one stanza (alien)
modified:
  modules/alien/manifests/init.pp
-------------- next part --------------
=== modified file 'modules/alien/manifests/init.pp'
--- a/modules/alien/manifests/init.pp	2012-07-27 19:25:54 +0000
+++ b/modules/alien/manifests/init.pp	2012-07-28 13:02:12 +0000
@@ -25,13 +25,7 @@
     
     # dependencies I needed to build the packages
     # not needed long term, from existing repos
-    package { 'zlib-devel':
-        ensure => present,
-    }
-    package { 'perl-SGMLS':
-        ensure => present,
-    }
-    package { 'perl-Text-CharWidth':
+    package { ['zlib-devel', 'perl-SGMLS', 'perl-Text-CharWidth']:
         ensure => present,
     }
 



More information about the lsb-messages mailing list