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
Hi,
Is it possible to update module with a new tag for Puppet 8x support ?
In my testing env I have changed this in params.pp : - case $::osfamily { + case $facts['os']['family'] { - fail("Unsupported osfamily (${::osfamily})") + fail("Unsupported osfamily (${facts['os']['family']})")
Thanks
The text was updated successfully, but these errors were encountered:
Hi,
Is it possible to update module with a new tag for Puppet 8x support ?
In my testing env I have changed this in params.pp :
- case $::osfamily {
+ case $facts['os']['family'] {
- fail("Unsupported osfamily (${::osfamily})")
+ fail("Unsupported osfamily (${facts['os']['family']})")
Thanks
The text was updated successfully, but these errors were encountered: