Skip to content

Commit

Permalink
Merge pull request #12 from jordiprats/master
Browse files Browse the repository at this point in the history
backup true
  • Loading branch information
jordiprats authored Feb 27, 2020
2 parents 2b2b722 + 288c899 commit f72d760
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

## 0.2.4

* add backup flag to **snmpd.conf**

## 0.2.3

* simplified auto ACL mode
Expand Down
1 change: 1 addition & 0 deletions manifests/config.pp
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
owner => 'root',
group => 'root',
mode => '0600',
backup => true,
}

concat::fragment { 'base snmpd v2':
Expand Down
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eyp-snmpd",
"version": "0.2.3",
"version": "0.2.4",
"author": "eyp",
"summary": "SNMP agent management",
"license": "Apache-2.0",
Expand Down

0 comments on commit f72d760

Please sign in to comment.