Sha256: f8c816bf4c8d14e0a4cba4758e8b9bd241cd75665284066439678db273c755a5

Contents?: true

Size: 653 Bytes

Versions: 6

Compression:

Stored size: 653 Bytes

Contents

#
# Requirements are things you want to be checked before 
# allowing this stack to be installed.
#
# This is an easy way to make sure all your components
# dependencies are correctly installed.
#
# Types of dependencies:
#
#   FileExists    - a given file exists
#   SymlinkExists - a given symlink exists
#   DirExists     - a given directory exits
#   ProcessExists - a process is runnning
#   RubyCanLoad   - if ruby can load a given lib
#   RubyGem        - if a given ruby gem is installed
#
# Example of expected contents for this file:
#
# requirements: 
# - type: DirExists
#   data: "/var"
# - type: FireExists
#   data: "/etc/init.d/mysql"
#

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
stackfu-0.1.6 templates/02-requirements.yml.erb
stackfu-0.1.5 templates/02-requirements.yml.erb
stackfu-0.1.4 templates/02-requirements.yml.erb
stackfu-0.1.3 templates/02-requirements.yml.erb
stackfu-0.1.2.2 templates/02-requirements.yml.erb
stackfu-0.1.2.1 templates/02-requirements.yml.erb