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

creating snmpv3 users fails with passphrases containing spaces #33

Closed
Seegras opened this issue Jan 7, 2015 · 2 comments
Closed

creating snmpv3 users fails with passphrases containing spaces #33

Seegras opened this issue Jan 7, 2015 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@Seegras
Copy link

Seegras commented Jan 7, 2015

Fix is simple, in manifests/snmpv3_user.pp

if $privpass {
$cmd = "createUser ${title} ${authtype} \"${authpass}\" ${privtype} \"${privpass}\""
} else {
$cmd = "createUser ${title} ${authtype} \"${authpass}\""
}

@razorsedge
Copy link
Contributor

Merged.

@razorsedge
Copy link
Contributor

Shipped v3.5.0 to the Forge.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants