X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/82fa76e9f7e9ecdcfe5da867f1246f17fd998c46..a5da0ffea6e87b6154543e46dcca79a191672265:/roles/dev.rb diff --git a/roles/dev.rb b/roles/dev.rb index 87ef4dfb2..99c29598d 100644 --- a/roles/dev.rb +++ b/roles/dev.rb @@ -73,6 +73,7 @@ default_attributes( :antonkh => { :status => :user }, :gmoncrieff => { :status => :user }, :zander => { :status => :user }, + :msbarry => { :status => :user }, :ooc => { :status => :role, :members => [:tomh, :blackadder, :timsc, :ollie] @@ -129,6 +130,10 @@ default_attributes( :microcosms => { :repository => "https://github.com/openbrian/osm-microcosms.git", :revision => "microcosms" + }, + :rails71 => { + :repository => "https://github.com/tomhughes/openstreetmap-website.git", + :revision => "rails71" } } },