Sha256: 4f2d9b2f00cf1b78d14470e5de1899fbe91d8c7757fd82894a2efbdd2fd1b1b7
Contents?: true
Size: 455 Bytes
Versions: 6
Compression:
Stored size: 455 Bytes
Contents
actions :create, :delete, :clone default_action :create attribute :template, :kind_of => String, :default => 'ubuntu' attribute :template_opts, :kind_of => Hash, :default => {} attribute :base_container, :kind_of => String # Backing store options. Not yet in use attribute :fstype, :kind_of => String, :default => 'ext4' attribute :fssize, :kind_of => String, :default => '2G' attribute :vgname, :kind_of => String attribute :lvname, :kind_of => String
Version data entries
6 entries across 6 versions & 2 rubygems