We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Defining rw_community6 created a new string instead of replacing the default public.
class { 'snmp': agentaddress => [ 'udp:161', ], ro_community => 'RANDOM_HASH', rw_community6 => 'RANDOM_HASH', snmpd_options => '', #ro_network => '127.0.0.1', snmpv2_enable => false, snmpd_config => [ 'rouser username authPriv' ], location => 'SOCAL', contact => [email protected]', extends => [ 'diskstats /bin/cat /proc/diskstats', ], }
To replace the default public community string
Notice: /Stage[main]/Snmp/File[snmpd.conf]/content: --- /etc/snmp/snmpd.conf 2019-04-08 12:45:11.559223835 -0700 +++ /tmp/puppet-file20190408-16726-4id0q9 2019-04-08 12:47:18.943158166 -0700 @@ -13,8 +13,9 @@ # ------------------------------------------------------------------------------ # Traditional Access Control -rocommunity public 127.0.0.1 +rocommunity RANDOM_HASH 127.0.0.1 rocommunity6 public ::1 +rocommunity6 RANDOM_HASH ::1 ## Any additional information you'd like to impart
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Defining rw_community6 created a new string instead of replacing the default public.
How to reproduce (e.g Puppet code you use)
What are you seeing
What behavior did you expect instead
To replace the default public community string
Output log
The text was updated successfully, but these errors were encountered: