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
Actually, puppet module install danieldreier-autosign --version 0.3.0 is downloading version 0.2.0 for some reason, even when I hit on download button on puppet forge. This seem to be an issue.
The text was updated successfully, but these errors were encountered:
gen_autosign_token('foo.example.com')
gen_autosign_token('foo.example.com', 3600)
gen_autosign_token('/^..example.com$/')
gen_autosign_token('/..example.com/', 604800)
All this usage examples provided throw same error: syntax error near unexpected token
I guess this is coming from https://github.com/danieldreier/puppet-autosign/blob/master/lib/puppet/functions/autosign/gen_autosign_token.rb line 67
Actually, puppet module install danieldreier-autosign --version 0.3.0 is downloading version 0.2.0 for some reason, even when I hit on download button on puppet forge. This seem to be an issue.
The text was updated successfully, but these errors were encountered: