[Lsb-messages] /var/www/bzr/lsb/devel/puppet-lsb r426: Fix typo.

Jeff Licquia licquia at linuxfoundation.org
Tue Apr 9 14:40:22 UTC 2013


------------------------------------------------------------
revno: 426
committer: Jeff Licquia <licquia at linuxfoundation.org>
branch nick: puppet-lsb
timestamp: Tue 2013-04-09 10:40:22 -0400
message:
  Fix typo.
modified:
  modules/buildbot/manifests/slave.pp
-------------- next part --------------
=== modified file 'modules/buildbot/manifests/slave.pp'
--- a/modules/buildbot/manifests/slave.pp	2013-04-09 14:34:45 +0000
+++ b/modules/buildbot/manifests/slave.pp	2013-04-09 14:40:22 +0000
@@ -382,27 +382,27 @@
             mode    => 0755,
         }
 
-        file ( '/usr/local/bin/gcc':
-            ensure => link,
-            target => 'gcc-wrapper',
-        }
-
-        file ( '/usr/local/bin/g++':
-            ensure => link,
-            target => 'gcc-wrapper',
-        }
-
-        file ( '/usr/local/bin/cc':
-            ensure => link,
-            target => 'gcc-wrapper',
-        }
-
-        file ( '/usr/local/bin/c++':
-            ensure => link,
-            target => 'gcc-wrapper',
-        }
-
-        file ( '/usr/local/bin/ld':
+        file { '/usr/local/bin/gcc':
+            ensure => link,
+            target => 'gcc-wrapper',
+        }
+
+        file { '/usr/local/bin/g++':
+            ensure => link,
+            target => 'gcc-wrapper',
+        }
+
+        file { '/usr/local/bin/cc':
+            ensure => link,
+            target => 'gcc-wrapper',
+        }
+
+        file { '/usr/local/bin/c++':
+            ensure => link,
+            target => 'gcc-wrapper',
+        }
+
+        file { '/usr/local/bin/ld':
             ensure => link,
             target => 'ld-wrapper',
         }



More information about the lsb-messages mailing list