X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/420ed946bedec1d5b3f1e18df9b8f7a912a4abed..5965ce211517c8fb9aa7805c443c088dd4b83e93:/cookbooks/foundation/recipes/dwg.rb?ds=sidebyside diff --git a/cookbooks/foundation/recipes/dwg.rb b/cookbooks/foundation/recipes/dwg.rb index 9ae78d5c3..5624cbb6a 100644 --- a/cookbooks/foundation/recipes/dwg.rb +++ b/cookbooks/foundation/recipes/dwg.rb @@ -1,8 +1,8 @@ # -# Cookbook Name:: foundation +# Cookbook:: foundation # Recipe:: dwg # -# Copyright 2016, OpenStreetMap Foundation +# Copyright:: 2016, OpenStreetMap Foundation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -41,5 +41,5 @@ end cookbook_file "/srv/dwg.osmfoundation.org/Wiki.png" do owner node[:mediawiki][:user] group node[:mediawiki][:group] - mode 0o644 + mode "644" end