Sha256: 46bb4d4bd711caac4987194bbf5152914659c30daf6503eaa8b47fc6d4462ef5
Contents?: true
Size: 1.14 KB
Versions: 5
Compression:
Stored size: 1.14 KB
Contents
--- :myappli: :production: {} :staging: :onstaging: staging :test: {} :development: :ondev: test :treeA: :trunk1: :branch1: leaf1 :trunk2: :branch3: leaf3 :branch4: leaf4 :branch5: [ "val1","val2","val3" ] :default: :default_value: 'value' :treeA: :trunk1: :branch2: leaf2 :trunk2: :branch5: ["value"] :setup: :rules: - :action: :install_file :source: "samples/config/settings.yml" :target: "/tmp/settings.yml" - :action: :install_file :source: "samples/config/carioca.registry" :target: "/tmp/carioca.registry" :mode: "755" - :action: :make_folder :path: /tmp/toto :mode: "755" - :action: :make_link :source: /tmp/settings.yml :link: /tmp/application.yml :sanitycheck: :rules: - :test: :verify_file :name: "/tmp/carioca.registry" :mode: "755" - :test: :verify_folder :name: "/tmp/toto" :mode: "755" - :test: :verify_link :name: "/tmp/application.yml"
Version data entries
5 entries across 5 versions & 1 rubygems