Sha256: 3229c87653ff5e3a9367e2df2a2a4df37eb9c7a5b9fdb0fdfcf2a714e6e03b2c

Contents?: true

Size: 716 Bytes

Versions: 7

Compression:

Stored size: 716 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: 'uname'
        erb_val_2:
          type: string
          value: 'dondondonruck'

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
rundock-1.2.1 spec/integration/platforms/localhost/scenarios/deploy_erb_scenario.yml
rundock-1.2.0 spec/integration/platforms/localhost/scenarios/deploy_erb_scenario.yml
rundock-1.1.7 spec/integration/platforms/localhost/scenarios/deploy_erb_scenario.yml
rundock-1.1.6 spec/integration/platforms/localhost/scenarios/deploy_erb_scenario.yml
rundock-1.1.5 spec/integration/platforms/localhost/scenarios/deploy_erb_scenario.yml
rundock-1.1.4 spec/integration/platforms/localhost/scenarios/deploy_erb_scenario.yml
rundock-1.1.3 spec/integration/platforms/localhost/scenarios/deploy_erb_scenario.yml