Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gen_autosign_token() throws syntax error near unexpected token #41

Open
manikirangatla opened this issue May 31, 2020 · 1 comment
Open

Comments

@manikirangatla
Copy link

manikirangatla commented May 31, 2020

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.

@logicminds
Copy link
Collaborator

I'll take a look at this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants