Sha256: 9c723d157fc117ee03c323b0fb85dcca88caa5d76ebb4c6883eb738b39a79756
Contents?: true
Size: 1.07 KB
Versions: 15
Compression:
Stored size: 1.07 KB
Contents
--- # Dynamic variables here will be compiled to individual files in compiled/attributes. attributes: timezone: America/New_York locales: en_US en_US.UTF-8 mysql_root_password: <%= SecureRandom.hex %> # Remote recipes here will be downloaded to compiled/recipes. recipes: # rvm: https://raw.githubusercontent.com/kenn/sunzi-recipes/master/ruby/rvm.sh # dotdeb: https://raw.githubusercontent.com/kenn/sunzi-recipes/master/debian/dotdeb-wheezy.sh # backports: https://raw.githubusercontent.com/kenn/sunzi-recipes/master/debian/backports-wheezy.sh # mongodb-10gen: https://raw.githubusercontent.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. erase_remote_folder: false # 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
Version data entries
15 entries across 15 versions & 1 rubygems