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

snmp_users_set method contains fails to set all information #121

Open
jerearista opened this issue Mar 29, 2016 · 0 comments
Open

snmp_users_set method contains fails to set all information #121

jerearista opened this issue Mar 29, 2016 · 0 comments
Labels
Milestone

Comments

@jerearista
Copy link
Contributor

netdev/snmp.rb snmp_user_set fails in puppet-netdev with

Error: /Stage[main]/Main/Snmp_user[trapuser]: Could not evaluate: undefined local variable or method `running_config' for #<Rbeapi::Netdev::Snmp:0x007f8ecd64e750>
snmp_user { 'trapuser:v3':
  roles           => ['ops'],
  #version         => 'v3',
  enforce_privacy => true,
  localized_key   => false,
  auth            => 'sha',
  #password        => 'my_auth_phrase',
  password        => '59049ce9523878cbd1e930062e40d1848d2d80b8',
  privacy         => 'aes128',
  #private_key     => 'my_priv_phrase',
  private_key     => 'b2f0f1ce083aca9e50e33fe4e73982ac813b77c4',
}

This appears to be the last netdev api. Mayeb its time to update this and puppet-netdev to switch this to a newer-style rbeapi api.

@jerearista jerearista added the bug label Mar 29, 2016
@devrobo devrobo self-assigned this Apr 4, 2016
@devrobo devrobo modified the milestone: Release 0.6.0 Jun 29, 2016
@devrobo devrobo removed their assignment Sep 26, 2016
@jerearista jerearista modified the milestones: Release 1.0, Release 1.3 Oct 10, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants