]> git.openstreetmap.org Git - chef.git/commitdiff
imagery: fix site git repo default
authorGrant Slater <git@firefishy.com>
Mon, 30 May 2016 15:26:25 +0000 (16:26 +0100)
committerGrant Slater <git@firefishy.com>
Mon, 30 May 2016 15:26:25 +0000 (16:26 +0100)
cookbooks/imagery/resources/site.rb

index 507293e549521a070cd9889f7f7bff7949d20442..1bbfe82cb13d0cd94163e7298367445a1d7e46c0 100644 (file)
@@ -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