Sha256: f3153387b087a3196dda0e047e580489cce714c7fb79ed077ae2c40281d7630c
Contents?: true
Size: 364 Bytes
Versions: 1
Compression:
Stored size: 364 Bytes
Contents
# masta role 'masta-app' do output false set 'masta_app', 123 end role 'prod-masta-redis', 'stag-masta-redis' role 'prod-masta-android', 'stag-masta-android' do inherits 'masta-app' set 'application', 'masta' set 'deploy_code', true set 'repository', 'git@github.com:arockwell/masta_blasta.git' set 'relayhost', settings['sendgrid']['relayhost'] end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rna-0.2.4 | spec/project/config/rna/masta.rb |