Skip to content

Commit

Permalink
New Release v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorentPoinsaut committed May 5, 2018
1 parent 87969a9 commit 9b7ec93
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 11 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 2018-05-03 - Release 1.3.0
### Summary

This release adds support to Ubuntu Bionic and uses PDK 1.5.0.

#### Features
- Added support to Ubuntu Bionic

## 2018-01-26 - Release 1.2.0
### Summary

Expand Down
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "soli-monit",
"version": "1.2.0",
"version": "1.3.0",
"author": "Solution Libre SAS",
"summary": "Puppet module to manage monit installation and configuration",
"license": "Apache-2.0",
Expand Down
6 changes: 0 additions & 6 deletions spec/spec.opts

This file was deleted.

10 changes: 6 additions & 4 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,11 @@

RSpec.configure do |c|
c.default_facts = default_facts
c.before :each do
# set to strictest setting for testing
# by default Puppet runs at warning level
Puppet.settings[:strict] = :warning
if Puppet.version.split('.').first.to_i > 3
c.before :each do
# set to strictest setting for testing
# by default Puppet runs at warning level
Puppet.settings[:strict] = :warning
end
end
end

0 comments on commit 9b7ec93

Please sign in to comment.