X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/9949b7666e55675ff8e962fc7c44140b80b21125..77aadb15b43513c869af62c1d5c50cda35f2634c:/cookbooks/forum/recipes/default.rb diff --git a/cookbooks/forum/recipes/default.rb b/cookbooks/forum/recipes/default.rb index 0f0001940..1e5a4216f 100644 --- a/cookbooks/forum/recipes/default.rb +++ b/cookbooks/forum/recipes/default.rb @@ -16,6 +16,8 @@ # See the License for the specific language governing permissions and # limitations under the License. # + +include_recipe "accounts" include_recipe "apache" include_recipe "git" include_recipe "mysql" @@ -72,7 +74,7 @@ end execute "#{cache_dir}/air3_v0.8.zip" do action :nothing - command "unzip -o -qq #{cache_dir}/air3_v0.8.zip Air3.css Air3/*" + command "unzip -o -qq #{cache_dir}/air3_v0.8.zip Air3.css 'Air3/*'" cwd "/srv/forum.openstreetmap.org/html/style" user "forum" group "forum"