Gitlab Community Edition Instance

Skip to content

Hiera should look for 'vmware.yaml' instead of 'True.yaml'.

Marcel Hellkamp requested to merge (removed):patch-1 into master

The ::is_virtual fact is a boolean, so hiera would look for True.yaml or False.yaml, which does not make much sense. With this change, the config files are named vmware.yaml or physical.yaml respectively.

Merge request reports