Sha256: d63b17ce87222020c1faf200f69b1d9328d048d15431b88a9af6453a069c18b1

Contents?: true

Size: 1.22 KB

Versions: 4

Compression:

Stored size: 1.22 KB

Contents

---
# Dynamic variables here will be compiled to individual files in compiled/attributes.
attributes:
  environment: production
  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-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: 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

  # Evaluate files as ERB templates. When enabled, you can pass dynamic values in the form
  # of <%= @attributes.environment %> in recipes, roles, files and install.sh.
  eval_erb: true

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
sunzi-1.5.2 lib/templates/create/sunzi.yml
sunzi-1.5.1 lib/templates/create/sunzi.yml
sunzi-1.5.0 lib/templates/create/sunzi.yml
sunzi-1.4.0 lib/templates/create/sunzi.yml