Sha256: e2389bf85b220266ed55ff21947d3296da38ccaf37e4f0856de9396b7e81c650

Contents?: true

Size: 935 Bytes

Versions: 6

Compression:

Stored size: 935 Bytes

Contents

- target: localhost
  command:
    - "rm -f /var/tmp/hello_rundock_from_deploy_erb_src_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"
- target: anyhost-01
  task:
    - deploy_task
---
anyhost-01:
  host: <replaced_by_platforms_host>
  ssh_opts:
    port: <replaced_by_platforms_port>
    user: tester
    key: "<replaced_by_platforms_key>"
---
deploy_task:
  command:
    - "rm -f /var/tmp/hello_rundock_from_deploy_erb_dst_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:
          value: 'uname'

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
rundock-1.1.2 spec/integration/scenarios/deploy_erb_scenario.yml
rundock-1.1.1 spec/integration/scenarios/deploy_erb_scenario.yml
rundock-1.1.0 spec/integration/scenarios/deploy_erb_scenario.yml
rundock-1.0.8 spec/integration/scenarios/deploy_erb_scenario.yml
rundock-1.0.7 spec/integration/scenarios/deploy_erb_scenario.yml
rundock-1.0.6 spec/integration/scenarios/deploy_erb_scenario.yml