You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This makes a few minor improvements to the fix-reference.rb script:
1. It generates parameter names in the correct extended form, i.e.
`$my::class::param` instead of `my::class::$param`.
2. It converts each unsafe characters to `-`, which isn’t allowed in
Puppet identifiers anyway.
0 commit comments