Replace default to be more robust
authorDavid Gurtner <aldavud@crimson.ch>
Mon, 20 Feb 2017 17:50:54 +0000 (18:50 +0100)
committerDavid Gurtner <aldavud@crimson.ch>
Mon, 20 Feb 2017 18:03:08 +0000 (19:03 +0100)
commitf8313f755c56b2cf614605588f8164c510b18956
tree13d6ede604c0debe83ee237fb861ede78dec76e6
parent47969551159a81cd1a050c3b345892aec0bf7d96
Replace default to be more robust

Specifying undef as the fallback only works because the merge
function specifically checks for this:
next if arg.is_a? String and arg.empty? # empty string is synonym for puppet's undef

But the empty Hash would be a much more robust default.

Change-Id: I7e302c00ef030d75998e352d88b3ccc60b194ab7
manifests/profile/base/horizon.pp