Sha256: ec40b460b29ce6a5249eea144cce9c65f7b79c260ca19ebf28c7f41a0acec687

Contents?: true

Size: 541 Bytes

Versions: 24

Compression:

Stored size: 541 Bytes

Contents

- target: localhost
  command:
    - "rm -f /var/tmp/hello_rundock_from_file_hook_innner_one_scenario"
  hook: file_hook_one
- target: anyhost-01
  task:
    - remove_task
  hook:
    - file_hook_two
---
anyhost-01:
  host: localhost
---
remove_task:
  command:
    - "rm -f /var/tmp/hello_rundock_from_file_hook_inner_two_scenario"
---
file_hook_one:
  hook_type: file
  filepath: /var/tmp/hello_rundock_from_file_hook_inner_one_scenario
file_hook_two:
  hook_type: file
  filepath: /var/tmp/hello_rundock_from_file_hook_inner_two_scenario

Version data entries

24 entries across 24 versions & 1 rubygems

Version Path
rundock-0.5.4 spec/integration/platforms/localhost/scenarios/file_hooks_scenario.yml
rundock-0.5.3 spec/integration/platforms/localhost/scenarios/file_hooks_scenario.yml
rundock-0.5.2 spec/integration/platforms/localhost/scenarios/file_hooks_scenario.yml
rundock-0.5.0 spec/integration/platforms/localhost/scenarios/file_hooks_scenario.yml