Sha256: 31db05280027f950f99d3ebd44f3031e0980e3eee113ad81f0b29785b4c4ccef
Contents?: true
Size: 353 Bytes
Versions: 5
Compression:
Stored size: 353 Bytes
Contents
# blog role 'blog-app' do output false node[:blog_app] = 123 end role 'prod-blog-redis', 'stag-blog-redis' role 'prod-blog-app', 'stag-blog-app' do includes 'blog-app' node[:application] = 'blog' node[:deploy_code] = true node[:repository] = 'git@github.com:arockwell/blog_blasta.git' node[:relayhost] = settings[:sendgrid][:relayhost] end
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
rna-0.4.7 | config/rna/blog.rb |
rna-0.4.6 | config/rna/blog.rb |
rna-0.4.2 | config/rna/blog.rb |
rna-0.4.1 | config/rna/blog.rb |
rna-0.4.0 | config/rna/blog.rb |