Sha256: 652acde241db742f5f65485f064b58ff92a2058d0c1ce88d2404da5bc4e51936
Contents?: true
Size: 371 Bytes
Versions: 14
Compression:
Stored size: 371 Bytes
Contents
# masta role 'masta-app' do output false node[:masta_app] = 123 end role 'prod-masta-redis', 'stag-masta-redis' role 'prod-masta-android', 'stag-masta-android' do includes 'masta-app' node[:application] = 'masta' node[:deploy_code] = true node[:repository] = 'git@github.com:arockwell/masta_blasta.git' node[:relayhost] = settings[:sendgrid][:relayhost] end
Version data entries
14 entries across 14 versions & 1 rubygems