modified templates to dereference class parameters
Hardcoding references to $snmpd::params::foo in the templates means that the parameters passed into the class get dropped on the floor. :)
Merge pull request #2 from hakamadare/template_params_fix
Modified templates to dereference class parameters
Update rspec tests for new rspec version.
Apparently Travis-CI was telling me that there was a new version of rspec that changes iexpect 'should' to 'to'.
Initial Ubuntu support rspec tests
Will need to address existence of /etc/default/snmptrapd on Ubuntu. If the file does not exist, somehow remove the File resource. Also need example configs of /etc/default/snmp.
Converted to puppetlabs_spec_helper.
Also updated Travis-CI config.
Allow overriding the list of views and accesses.
Allow specifying traphandlers for trapd.
Add CHANGELOG generation during module build.
Update the .gemfile to source gems from https://rubygems.org to fix a Travis/bundler warning. Update the .gemfile to install puppet-lint. Update the Modulefile summary and description. Minor changes to the README.md to clarify what the module is and does and sync with the Modulefile description. Update .travis.yml to support updated Puppet versions. Update tests/init.pp to local standards. Add the DEVELOP.md file.
Merge branch 'jonathan/traphandlers_and_accesses' of git://github.com…
…/newrelic/puppet-snmp into newrelic-jonathan/traphandlers_and_accesses
Initial Ubuntu support rspec tests
Will need to address existence of /etc/default/snmptrapd on Ubuntu. If the file does not exist, somehow remove the File resource. Also need example configs of /etc/default/snmp.
Merge branch 'debian_support' of git://github.com/spiccinini/puppet-s…
…nmp into feature/debian_support Conflicts: README.md manifests/params.pp spec/classes/snmp_trapd_spec.rb
Use ::osfamily instead of ::operatingsystem.
Add module dependency of puppetlabs/stdlib and razorsedge/lsb. Refactor rspec tests. Convert standard template parameters (like autoupdate) to be top scope-aware. Validate our booleans
Fix support for snmptrapd on Debian.
Turn on agentx support in snmpd.conf for Debian snmptrapd to work.
Cause all text to wrap at 80 characters. Add Issues around Debian support. Change title to be more specific as to which SNMP stack (Net-SNMP) this Puppet module supports.