Sha256: 23c22e3c9052f7e367a215f459d0a8dd7fd880a4ce185ab11dbdd1d14bc36abd
Contents?: true
Size: 851 Bytes
Versions: 4
Compression:
Stored size: 851 Bytes
Contents
actions :create, :delete default_action :create attribute :utsname, :kind_of => String, :default => nil # defaults to resource name attribute :network, :kind_of => [Array, Hash] attribute :default_bridge, :kind_of => String attribute :static_ip, :kind_of => String attribute :pts, :kind_of => Numeric, :default => 1024 attribute :tty, :kind_of => Numeric, :default => 4 attribute :arch, :kind_of => String, :default => 'amd64' attribute :devttydir, :kind_of => String, :default => 'lxc' attribute :cgroup, :kind_of => Hash, :default => Mash.new attribute :cap_drop, :kind_of => [String, Array], :default => %w(sys_module mac_admin) attribute :mount, :kind_of => String attribute :mount_entry, :kind_of => String attribute :rootfs, :kind_of => String attribute :rootfs_mount, :kind_of => String attribute :pivotdir, :kind_of => String attribute :_lxc
Version data entries
4 entries across 4 versions & 1 rubygems