Sha256: f2d72c9a22d1f151a03607a643a7792a44a0f77346acf90cde639c0ea5825d00
Contents?: true
Size: 724 Bytes
Versions: 16
Compression:
Stored size: 724 Bytes
Contents
- target: localhost command: - "rm -f /var/tmp/hello_rundock_from_deploy_erb_src_file_scenario" - "rm -f /var/tmp/hello_rundock_from_deploy_erb_dst_file_scenario" - "echo 'Hello Rundock from deploy erb <%= erb_val_1 %> Scenario.' > /var/tmp/hello_rundock_from_deploy_erb_src_file_scenario" - "echo '<%= erb_val_2 %>' >> /var/tmp/hello_rundock_from_deploy_erb_src_file_scenario" deploy: - src: /var/tmp/hello_rundock_from_deploy_erb_src_file_scenario dst: /var/tmp/hello_rundock_from_deploy_erb_dst_file_scenario erb: true binding: erb_val_1: type: command value: 'echo "runrunrundock"' erb_val_2: type: command value: 'uname'
Version data entries
16 entries across 16 versions & 1 rubygems