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