Sha256: 24f004ce79752523cc965819a5120da3c89ac1f9dee6b4733f0fddfbcde8bca3

Contents?: true

Size: 328 Bytes

Versions: 7

Compression:

Stored size: 328 Bytes

Contents

# -*- mode: ruby -*-
Bluepill.application("test_app") do |app|
  app.process("netcat") do |process|
    process.pid_file = "/var/run/netcat.pid"
    process.start_command = "sh -c 'echo <%= node['bluepill_test']['secret'] %> | " +
      "nc -v localhost <%= node['bluepill_test']['tcp_server_listen_port'] %>'; sleep"
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
server_maint-0.0.8 lib/cookbooks/bluepill/test/kitchen/cookbooks/bluepill_test/templates/default/test_app.pill.erb
server_maint-0.0.7 lib/cookbooks/bluepill/test/kitchen/cookbooks/bluepill_test/templates/default/test_app.pill.erb
server_maint-0.0.6 lib/cookbooks/bluepill/test/kitchen/cookbooks/bluepill_test/templates/default/test_app.pill.erb
server_maint-0.0.5 lib/cookbooks/bluepill/test/kitchen/cookbooks/bluepill_test/templates/default/test_app.pill.erb
server_maint-0.0.4 lib/cookbooks/bluepill/test/kitchen/cookbooks/bluepill_test/templates/default/test_app.pill.erb
server_maint-0.0.3 lib/cookbooks/bluepill/test/kitchen/cookbooks/bluepill_test/templates/default/test_app.pill.erb
server_maint-0.0.2 lib/cookbooks/bluepill/test/kitchen/cookbooks/bluepill_test/templates/default/test_app.pill.erb