Sha256: 03b985f5274fca22a45f325eccacb97e3990c2bb86e3836e8e6c07123b995639

Contents?: true

Size: 384 Bytes

Versions: 61

Compression:

Stored size: 384 Bytes

Contents

#Simple service config that uses built-in spec service to create a instance called 'spec'
service_instance :vm, :vm, {
  :pagers => [
    {
      :name => "pg_spec0",
      :namespace => "spec0",
      :options => {
        "hello" => "world"
      }
    },
    {
      :name => "pg_spec1",
      :namespace => "spec1",
      :options => {
        "foo" => "bar"
      }
    }

  ]
}

Version data entries

61 entries across 61 versions & 1 rubygems

Version Path
flok-0.0.41 spec/kern/assets/vm/config5.rb