]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/forum/recipes/default.rb
Remove bytemark credentials from DNS scripts
[chef.git] / cookbooks / forum / recipes / default.rb
index 0f00019404d22d376b07870694709a31fd7d71a6..1e5a4216fb80ee6b6329b3667f811f71b6a1037e 100644 (file)
@@ -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"