Skip to content

Commit

Permalink
Release 0.2.0 (#6)
Browse files Browse the repository at this point in the history
* Update default community string

* Bump version

* Add gitignore
  • Loading branch information
manegron authored Dec 13, 2024
1 parent 62c5863 commit 70949e6
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 11 deletions.
12 changes: 3 additions & 9 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
.vagrant
/cookbooks

# Bundler
bin/*
.bundle/*

.kitchen/
.kitchen.local.yml
# RPM
pkgs
SOURCES
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
cookbook-snmp CHANGELOG
===============

## 0.2.0

- Miguel Negrón
- [88c8a10] Update default community string

## 0.1.4

- Miguel Negrón
Expand Down
2 changes: 1 addition & 1 deletion resources/metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
maintainer_email '[email protected]'
license 'Apache-2.0'
description 'Installs/Configures snmp on redhat, centos, ubuntu, debian'
version '0.1.4'
version '0.2.0'

%w(ubuntu debian redhat centos scientific fedora).each do |os|
supports os
Expand Down
2 changes: 1 addition & 1 deletion resources/resources/config.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
actions :add, :remove
default_action :add

attribute :community, kind_of: String, default: 'redborder'
attribute :community, kind_of: String, default: 'redBorder'
attribute :cdomain, kind_of: String, default: 'redborder.cluster'
attribute :hostname, kind_of: String, default: 'localhost'
attribute :snmp_username, kind_of: String, default: 'redborder'
Expand Down

0 comments on commit 70949e6

Please sign in to comment.