mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-25 02:50:08 +03:00
M #-: Add guacd onecfg definition, allow yaml aliases (#2247)
* M #-: Add guacd onecfg definition * M #-: Load sunstone yamls with aliases
This commit is contained in:
parent
24d4c8b9d4
commit
5a01a4d0a2
@ -41,7 +41,7 @@ module OneCfg::Config::Type
|
||||
def load(name = @name)
|
||||
reset
|
||||
|
||||
@content = YAML.load_file(name)
|
||||
@content = YAML.load_file(name, :aliases => true)
|
||||
|
||||
@content
|
||||
end
|
||||
|
@ -215,6 +215,12 @@
|
||||
group: oneadmin
|
||||
mode: '0640'
|
||||
|
||||
- name: /etc/one/guacd
|
||||
class: Augeas::Shell
|
||||
owner: root
|
||||
group: oneadmin
|
||||
mode: '0640'
|
||||
|
||||
- name: /etc/one/vcenter_driver.conf
|
||||
class: Yaml
|
||||
owner: root
|
||||
|
Loading…
x
Reference in New Issue
Block a user