[Lsb-messages] /var/www/bzr/lsb/devel/puppet-lsb r396: Ensure the supybot user's home directory is created.

Jeff Licquia licquia at linuxfoundation.org
Wed Feb 20 02:05:48 UTC 2013


------------------------------------------------------------
revno: 396
committer: Jeff Licquia <licquia at linuxfoundation.org>
branch nick: puppet-lsb
timestamp: Tue 2013-02-19 21:05:48 -0500
message:
  Ensure the supybot user's home directory is created.
modified:
  modules/user/manifests/supybot.pp
-------------- next part --------------
=== modified file 'modules/user/manifests/supybot.pp'
--- a/modules/user/manifests/supybot.pp	2013-02-20 02:00:16 +0000
+++ b/modules/user/manifests/supybot.pp	2013-02-20 02:05:48 +0000
@@ -2,4 +2,9 @@
 
     realize( User['supybot'] )
 
+    file { '/opt/supybot':
+        ensure => directory,
+        owner  => 'supybot',
+    }
+
 }



More information about the lsb-messages mailing list