[Lsb-messages] /var/www/bzr/lsb/devel/puppet-lsb r174: Install perl-Parse-Eyapp using CPAN for lsbappchk-sh (uncommon package)

Stew Benedict stewb at linux-foundation.org
Thu Feb 16 17:58:21 UTC 2012


------------------------------------------------------------
revno: 174
committer: Stew Benedict <stewb at linux-foundation.org>
branch nick: puppet-lsb
timestamp: Thu 2012-02-16 12:58:21 -0500
message:
  Install perl-Parse-Eyapp using CPAN for lsbappchk-sh (uncommon package)
modified:
  modules/buildbot/manifests/slave.pp
-------------- next part --------------
=== modified file 'modules/buildbot/manifests/slave.pp'
--- a/modules/buildbot/manifests/slave.pp	2012-02-16 17:07:27 +0000
+++ b/modules/buildbot/manifests/slave.pp	2012-02-16 17:58:21 +0000
@@ -198,6 +198,15 @@
         ensure => present,
     }
 
+    # for lsbappchk-sh, doesn't seem to be a common package
+    # had 'special' builds in unofficial under the old setup
+    exec { "install-perl-Parse-Eyapp":
+        command => 'echo no | cpan -i Parse::Eyapp',
+        creates => '/usr/bin/eyapp',
+        path    => [ '/bin', '/sbin', '/usr/bin', '/usr/sbin' ],
+        require => Package['perl'],
+    }
+
     # Get special LSB packages needed for builds.
 
     exec { "download-lsb-python":
@@ -220,6 +229,10 @@
     package { 'wget':
         ensure => present,
     }
+    
+    package { 'perl':
+        ensure => present,
+    }
 
     # Set up the base infrastructure.    
 



More information about the lsb-messages mailing list