Sha256: e296c5c950f12180b652c016508c9f687032f840e4a08bfef6534459eabe6efa

Contents?: true

Size: 646 Bytes

Versions: 6

Compression:

Stored size: 646 Bytes

Contents

actions :run
default_action :run

attribute :command, :kind_of => String, :required => true
attribute :bind_directory, :kind_of => String
attribute :base_container, :kind_of => String, :required => true
attribute :background, :kind_of => [TrueClass,FalseClass], :default => false
attribute :union_type, :equal_to => %w(aufs overlayfs), :default => 'overlayfs'
attribute :user, :kind_of => String, :default => 'root'
attribute :key, :kind_of => String, :default => '/opt/hw-lxc-config/id_rsa'
attribute :host_rootfs, :kind_of => String
attribute :virtual_device, :kind_of => Numeric
attribute :stream_output, :kind_of => [TrueClass,FalseClass,IO]

Version data entries

6 entries across 6 versions & 2 rubygems

Version Path
vagabond-0.2.8 lib/vagabond/cookbooks/lxc/resources/ephemeral.rb
vagabond-0.2.6 lib/vagabond/cookbooks/lxc/resources/ephemeral.rb
vagabond-0.2.4 lib/vagabond/cookbooks/lxc/resources/ephemeral.rb
vagabond-0.2.2 lib/vagabond/cookbooks/lxc/resources/ephemeral.rb
elecksee-1.0.2 lib/elecksee/vendor/lxc/resources/ephemeral.rb
elecksee-1.0.0 lib/elecksee/vendor/lxc/resources/ephemeral.rb