Sha256: 8db7db79ed41a1c5bbe59621cc9e0fdff197c379bf17ee8a7fe25d65813a756c

Contents?: true

Size: 1.1 KB

Versions: 2

Compression:

Stored size: 1.1 KB

Contents

---
# Dynamic variables here will be accessible from shell scripts using ERB templates.
vars:
  github_username: kenn
  environment: production
  ruby_version: 2.5

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

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
sunzi-2.1.0 templates/create/sunzi.yml
sunzi-2.0.0 templates/create/sunzi.yml