1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-21 14:50:08 +03:00

Revert: "M #-: Load sunstone yamls with aliases" (#2329)

This commit is contained in:
Jan Orel 2022-11-02 09:42:44 +01:00 committed by GitHub
parent 524433a751
commit 058acb0008
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -41,7 +41,7 @@ module OneCfg::Config::Type
def load(name = @name)
reset
@content = YAML.load_file(name, :aliases => true)
@content = YAML.load_file(name)
@content
end