Closed tkishel closed 5 years ago
@ericzji You may want to consider this, to resolve: https://tickets.puppetlabs.com/browse/PUP-8590 (We've made the same fix for our device modules.)
This is required for Puppet 6.0 compatibility.
Resolves this error:
Error: Failed to apply catalog: Unsupported data type: 'Symbol'
F5 is in progress of assigning resource for this PR.
Yay!
Prior to this commit, the facts hash keys were defined using Symbols. which is incompatible (at minimum) with 'puppet device --apply'.
With this commit, the facts hash keys are defined using Strings.