Skip to content
This repository has been archived by the owner on Nov 27, 2021. It is now read-only.

Commit

Permalink
Merge branch 'release/1.2.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
dhoppe committed Nov 6, 2016
2 parents 2919e10 + 4851b6c commit d3b2c0b
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 2016-11-06 Release 1.2.2

### Summary

- [Rubocop] Fix several Rubocop issues
- [Puppet] Fix version of module puppet/extlib

## 2016-11-06 Release 1.2.1

### Summary
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ of operating systems and distributions.

* Puppet >= 3.0
* Facter >= 1.6
* [Extlib module](https://github.com/voxpupuli/puppet-extlib)
* [Stdlib module](https://github.com/puppetlabs/puppetlabs-stdlib)

### Beginning with denyhosts
Expand Down
4 changes: 2 additions & 2 deletions metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dhoppe-denyhosts",
"version": "1.2.1",
"version": "1.2.2",
"author": "Dennis Hoppe",
"summary": "This module installs, configures and manages the Denyhosts service.",
"license": "Apache-2.0",
Expand All @@ -10,7 +10,7 @@
"dependencies": [
{
"name": "puppet/extlib",
"version_requirement": ">= 1.1.0 < 2.0.0"
"version_requirement": ">= 1.0.0 < 2.0.0"
},
{
"name": "puppetlabs/stdlib",
Expand Down
1 change: 0 additions & 1 deletion spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,4 @@
c.default_facts = default_facts
end


# vim: syntax=ruby

0 comments on commit d3b2c0b

Please sign in to comment.