Skip to content

Commit 70949e6

Browse files
authored
Release 0.2.0 (#6)
* Update default community string * Bump version * Add gitignore
1 parent 62c5863 commit 70949e6

File tree

4 files changed

+10
-11
lines changed

4 files changed

+10
-11
lines changed

.gitignore

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
1-
.vagrant
2-
/cookbooks
3-
4-
# Bundler
5-
bin/*
6-
.bundle/*
7-
8-
.kitchen/
9-
.kitchen.local.yml
1+
# RPM
2+
pkgs
3+
SOURCES

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
cookbook-snmp CHANGELOG
22
===============
33

4+
## 0.2.0
5+
6+
- Miguel Negrón
7+
- [88c8a10] Update default community string
8+
49
## 0.1.4
510

611
- Miguel Negrón

resources/metadata.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
maintainer_email 'wolfe21@marshall.edu'
44
license 'Apache-2.0'
55
description 'Installs/Configures snmp on redhat, centos, ubuntu, debian'
6-
version '0.1.4'
6+
version '0.2.0'
77

88
%w(ubuntu debian redhat centos scientific fedora).each do |os|
99
supports os

resources/resources/config.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
actions :add, :remove
55
default_action :add
66

7-
attribute :community, kind_of: String, default: 'redborder'
7+
attribute :community, kind_of: String, default: 'redBorder'
88
attribute :cdomain, kind_of: String, default: 'redborder.cluster'
99
attribute :hostname, kind_of: String, default: 'localhost'
1010
attribute :snmp_username, kind_of: String, default: 'redborder'

0 commit comments

Comments
 (0)