lib/templates/create/sunzi.yml in sunzi-0.4.4 vs lib/templates/create/sunzi.yml in sunzi-0.5.0

- old
+ new

@@ -1,7 +1,20 @@ --- +# Dynamic variables here will be compiled to individual files in compiled/attributes. attributes: - # Dynamic variables here will be compiled to individual files in remote/attributes. ssh_key: id_rsa.pub + environment: development + ruby_version: 1.9.3 + +# Remote recipes here will be downloaded to compiled/recipes. recipes: - # Remote recipes here will be loaded to individual files in remote/recipes. - rvm: https://raw.github.com/kenn/sunzi-recipes/master/ruby/rvm.sh \ No newline at end of file + rvm: https://raw.github.com/kenn/sunzi-recipes/master/ruby/rvm.sh + dotdeb: https://raw.github.com/kenn/sunzi-recipes/master/debian/dotdeb.sh + # nginx: https://raw.github.com/kenn/sunzi-recipes/master/debian/nginx.sh + # apache2: https://raw.github.com/kenn/sunzi-recipes/master/debian/apache2.sh + # mongodb-10gen: https://raw.github.com/kenn/sunzi-recipes/master/debian/mongodb-10gen.sh + # mysql-server: https://raw.github.com/kenn/sunzi-recipes/master/debian/mysql-server.sh + # redis-server: https://raw.github.com/kenn/sunzi-recipes/master/debian/redis-server.sh + +# Files specified here will be copied to compiled/. +files: + - ~/.ssh/id_rsa.pub