Sha256: 5360a9a4e3c6ea9963ff2d386d50b57cd0fbc85748eb8d64d3f02fcfd17e577c
Contents?: true
Size: 491 Bytes
Versions: 5
Compression:
Stored size: 491 Bytes
Contents
include_attribute "lxc::general" default["lxc"]["cont"]["use_proxy"] = true default["lxc"]["cont"]["proxy_ip"] = node["network"]["gateway"] default["lxc"]["cont"]["name"] = "lxc1" default["lxc"]["cont"]["ip_address"] = nil default["lxc"]["cont"]["root_path"] = "#{node["lxc"]["root_path"]}/#{node["lxc"]["cont"]["name"]}" default["lxc"]["cont"]["config_file"] = "#{node["lxc"]["cont"]["root_path"]}/config" default["lxc"]["cont"]["root_fs"] = "#{node["lxc"]["cont"]["root_path"]}/rootfs"
Version data entries
5 entries across 5 versions & 1 rubygems