Brad Crittenden has proposed merging 
lp:~bac/lp-tarmac-configs/remove-workaround into 
lp:~yellow/lp-tarmac-configs/tarmac-puppet.

Requested reviews:
  Brad Crittenden (bac): code

For more details, see:
https://code.launchpad.net/~bac/lp-tarmac-configs/remove-workaround/+merge/114618

Remove work-around now that tarmac creates parent directories for repo trees.
-- 
https://code.launchpad.net/~bac/lp-tarmac-configs/remove-workaround/+merge/114618
Your team Yellow Squad is subscribed to branch 
lp:~yellow/lp-tarmac-configs/tarmac-puppet.
=== modified file 'tarmac.pp'
--- tarmac.pp	2012-07-03 22:38:26 +0000
+++ tarmac.pp	2012-07-12 12:03:22 +0000
@@ -123,22 +123,6 @@
       owner   => "tarmac",
       require => File["$home/.ssh"],
       content => template("known_hosts");
-    "$home/repos":
-      owner   => "tarmac",
-      ensure  => directory,
-      require => File["$home"];
-    "$home/repos/lpsetup":
-      owner   => "tarmac",
-      ensure  => directory,
-      require => File["$home/repos"];
-    "$home/repos/zope.testing":
-      owner   => "tarmac",
-      ensure  => directory,
-      require => File["$home/repos"];
-    "$home/repos/lp-tarmac-configs":
-      owner   => "tarmac",
-      ensure  => directory,
-      require => File["$home/repos"];
   }
 
   exec { "launchpad-login":

-- 
Mailing list: https://launchpad.net/~yellow
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~yellow
More help   : https://help.launchpad.net/ListHelp

Reply via email to