[Lsb-messages] /var/www/bzr/lsb/devel/puppet-lsb r264: Make sure c++ is also a pointer to the wrapper.

Jeff Licquia licquia at linuxfoundation.org
Tue Mar 20 18:55:44 UTC 2012


------------------------------------------------------------
revno: 264
committer: Jeff Licquia <licquia at linuxfoundation.org>
branch nick: puppet-lsb
timestamp: Tue 2012-03-20 14:55:44 -0400
message:
  Make sure c++ is also a pointer to the wrapper.
modified:
  modules/buildbot/manifests/slave.pp
-------------- next part --------------
=== modified file 'modules/buildbot/manifests/slave.pp'
--- a/modules/buildbot/manifests/slave.pp	2012-03-17 14:56:26 +0000
+++ b/modules/buildbot/manifests/slave.pp	2012-03-20 18:55:44 +0000
@@ -289,6 +289,12 @@
             require => File['/usr/bin/gcc-wrapper'],
         }
 
+        file { '/usr/bin/c++':
+            ensure  => link,
+            target  => 'gcc-wrapper',
+            require => File['/usr/bin/gcc-wrapper'],
+        }
+
         file { '/usr/bin/cc-4.3':
             ensure => link,
             target => 'gcc-4.3',



More information about the lsb-messages mailing list