Sha256: 675142b44542306565a87dc58a367676ccf62933378ff8947a41717f9bc1936e

Contents?: true

Size: 436 Bytes

Versions: 53

Compression:

Stored size: 436 Bytes

Contents

#
# Describes how to run simple 'ls' on a node
#
create:
  type: application
  properties:
    binary_path: /bin/ls
    state: running
    membership: apps
    #environment: # (Hash) the environment variables to set prior to starting this app.
    parameters:
      p1:
        cmd: -l
        value: true
        type: Boolean
        order: 1
      p2:
        cmd: /
        value: true
        type: Boolean
        order: 2        

Version data entries

53 entries across 53 versions & 1 rubygems

Version Path
omf_common-6.2.3 example/ls_app.yaml
omf_common-6.2.2 example/ls_app.yaml
omf_common-6.2.1 example/ls_app.yaml
omf_common-6.2.0 example/ls_app.yaml
omf_common-6.2.0.pre.2 example/ls_app.yaml
omf_common-6.2.0.pre.1 example/ls_app.yaml
omf_common-6.1.14.pre.2 example/ls_app.yaml
omf_common-6.1.14.pre.1 example/ls_app.yaml
omf_common-6.1.12 example/ls_app.yaml
omf_common-6.1.11 example/ls_app.yaml
omf_common-6.1.10 example/ls_app.yaml
omf_common-6.1.9 example/ls_app.yaml
omf_common-6.1.9.pre.4 example/ls_app.yaml
omf_common-6.1.9.pre.3 example/ls_app.yaml
omf_common-6.1.9.pre.2 example/ls_app.yaml
omf_common-6.1.8 example/ls_app.yaml
omf_common-6.1.7 example/ls_app.yaml
omf_common-6.1.6 example/ls_app.yaml
omf_common-6.1.6.pre.2 example/ls_app.yaml
omf_common-6.1.6.pre.1 example/ls_app.yaml