X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/b5f1516eba7a79f6f3ec6d7eb5e3517f544cda3f..a738464353e5824384383ee95b9701f81f0af6fe:/cookbooks/imagery/resources/site.rb diff --git a/cookbooks/imagery/resources/site.rb b/cookbooks/imagery/resources/site.rb index 507293e54..1bbfe82cb 100644 --- a/cookbooks/imagery/resources/site.rb +++ b/cookbooks/imagery/resources/site.rb @@ -21,7 +21,7 @@ default_action :create property :name, String property :aliases, [String, Array], :default => [] -property :git_repository, String, :default => ["https://github.com/Firefishy/osm-imagery-default.git"] +property :git_repository, String, :default => "https://github.com/Firefishy/osm-imagery-default.git" action :create do git "/srv/#{name}" do