Revision
359
Author
boklm
Date
2010-11-21 22:05:53 +0100 (Sun, 21 Nov 2010)

Log Message

fix typo

Modified Paths

Modified: puppet/modules/buildsystem/manifests/init.pp
===================================================================
--- puppet/modules/buildsystem/manifests/init.pp	2010-11-21 20:55:45 UTC (rev 358)
+++ puppet/modules/buildsystem/manifests/init.pp	2010-11-21 21:05:53 UTC (rev 359)
@@ -40,7 +40,7 @@
 
         user {"$build_login":
             ensure => present,
-            comment => "System user use to run build bots",
+            comment => "System user used to run build bots",
             managehome => true,
             gid => $build_login,
             shell => "/bin/bash",