]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/community/recipes/default.rb
Update SST CLI
[chef.git] / cookbooks / community / recipes / default.rb
index 083da3216c7ae890adc19d7e1d0df5a2f3317b53..89743de31c0fb7a7de419922633b6bd61b2ed693 100644 (file)
 # limitations under the License.
 #
 
+include_recipe "accounts"
 include_recipe "docker"
+include_recipe "geoipupdate"
 include_recipe "git"
 include_recipe "ssl"
-include_recipe "geoipupdate"
 
 passwords = data_bag_item("community", "passwords")
-license_keys = data_bag_item("geoipupdate", "license-keys")
+license_keys = data_bag_item("geoipupdate", "license-keys") unless kitchen?
 
 directory "/srv/community.openstreetmap.org" do
   owner "root"
@@ -117,7 +118,7 @@ execute "discourse_container_web_only_destroy" do
 end
 
 execute "discourse_container_web_only_start" do
-  action :nothing
+  action :run
   command "./launcher start web_only"
   cwd "/srv/community.openstreetmap.org/docker/"
   user "root"