Sha256: bdf7f74baa13faf13eeef678801db5c226e37665a854c66d3e1dfce6ff7cc8ba

Contents?: true

Size: 654 Bytes

Versions: 5

Compression:

Stored size: 654 Bytes

Contents

include_attribute "lxc::general"

default["lxc"]["bare_os"]["distribution"] = "ubuntu"
if node["lxc"]["bare_os"]["distribution"] == "ubuntu"
	default["lxc"]["bare_os"]["release"] = "quantal"
elsif node["lxc"]["bare_os"]["distribution"] == "fedora"
	default["lxc"]["bare_os"]["release"] = "16"
end
default["lxc"]["bare_os"]["arch"] = "amd64"
default["lxc"]["bare_os"]["cachedir"] = "/var/cache/lxc/" +
                                          "#{node["lxc"]["bare_os"]["distribution"]}/" +
                                          "#{node["lxc"]["bare_os"]["arch"]}/" +
                                          "#{node["lxc"]["bare_os"]["release"]}"

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
cloud-toaster-1.1.6 chef/cookbooks/lxc/attributes/init_bare_os.rb
cloud-toaster-1.1.5 chef/cookbooks/lxc/attributes/init_bare_os.rb
cloud-toaster-1.1.4 chef/cookbooks/lxc/attributes/init_bare_os.rb
cloud-toaster-1.1.3 chef/cookbooks/lxc/attributes/init_bare_os.rb
cloud-toaster-1.1.2 chef/cookbooks/lxc/attributes/init_bare_os.rb