Sha256: d5f3893d661836419da7c0c5b268398d20e63f8f7fe33fda3764e9d955739036

Contents?: true

Size: 987 Bytes

Versions: 3

Compression:

Stored size: 987 Bytes

Contents

---
# Dynamic variables here will be compiled to individual files in compiled/attributes.
attributes:
  ssh_key: id_rsa.pub
  environment: development
  ruby_version: 1.9.3

# 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
  # 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

  # 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

3 entries across 3 versions & 1 rubygems

Version Path
sunzi-0.9.0 lib/templates/create/sunzi.yml
sunzi-0.8.0 lib/templates/create/sunzi.yml
sunzi-0.7.0 lib/templates/create/sunzi.yml