Revision
217
Author
boklm
Date
2010-11-10 00:00:28 +0100 (Wed, 10 Nov 2010)

Log Message

fix syntax error

Modified Paths

Modified: puppet/modules/buildsystem/manifests/init.pp
===================================================================
--- puppet/modules/buildsystem/manifests/init.pp	2010-11-09 22:57:33 UTC (rev 216)
+++ puppet/modules/buildsystem/manifests/init.pp	2010-11-09 23:00:28 UTC (rev 217)
@@ -39,7 +39,7 @@
 
         user {"$build_login":
             ensure => present,
-            comment => "System user use to run build bots"    
+            comment => "System user use to run build bots",
             managehome => true,
             shell => "/bin/bash",
         }