spec/integration/vm/cookbooks/proxy/recipes/default.rb in infrataster-0.2.2 vs spec/integration/vm/cookbooks/proxy/recipes/default.rb in infrataster-0.2.3
- old
+ new
@@ -18,5 +18,12 @@
cookbook_file '/usr/share/nginx/www/index.html' do
mode '0644'
end
+cookbook_file '/usr/share/nginx/www/auth' do
+ mode '0644'
+end
+
+cookbook_file '/etc/nginx/.htpasswd' do
+ mode '0644'
+end