Sha256: 23fbe00ae202a3efda04c6c07dfb3c5ed307019f39f44a10a2c12c179b28818a

Contents?: true

Size: 291 Bytes

Versions: 2

Compression:

Stored size: 291 Bytes

Contents

environment :staging

role "web" do
   check "nginx"
   check "puma"
   properties target: "10.210.10.1"
   check "logrotate"
end

recipe "face::db" do
   check "postgres"
end

search 'role:web AND run_list\:recipe\[foo\:\:bar\]' do
   check "nginx"
   check "puma"
   check "logrotate"
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
praegustator-0.3.0 spec/praegustator/resources/sample/suits/staging.rb
praegustator-0.2.0 spec/praegustator/resources/sample/suits/staging.rb