lib/templates/create/sunzi.yml in sunzi-1.3.0 vs lib/templates/create/sunzi.yml in sunzi-1.4.0

- old
+ new

@@ -5,21 +5,22 @@ ruby_version: 2.0.0 # Remote recipes here will be downloaded to compiled/recipes. recipes: rvm: https://raw.github.com/kenn/sunzi-recipes/master/ruby/rvm.sh - # dotdeb: https://raw.github.com/kenn/sunzi-recipes/master/debian/dotdeb.sh + # dotdeb: https://raw.github.com/kenn/sunzi-recipes/master/debian/dotdeb-wheezy.sh + # backports: https://raw.github.com/kenn/sunzi-recipes/master/debian/backports-wheezy.sh # mongodb-10gen: https://raw.github.com/kenn/sunzi-recipes/master/debian/mongodb-10gen.sh # Files specified here will be copied to compiled/files. # files: # - ~/.ssh/id_rsa.pub # Fine tune how Sunzi should work. preferences: # Erase the generated folder on the server after deploy. # Turn on when you are done with testing and ready for production use. - erase_remote_folder: false + erase_remote_folder: true # Skip retrieving remote recipes when local copies already exist. This setting helps # iterative deploy testing considerably faster, when you have a lot of remote recipes. cache_remote_recipes: false