Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
jordiprats committed Aug 5, 2019
1 parent b656fc0 commit e779c4e
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.1.19

* bugfix **eyplib::autobanner**

## 0.1.18

* added fact **eypconf_description**
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-eyplib",
"version": "0.1.18",
"version": "0.1.19",
"author": "eyp",
"summary": "Utility functions for puppet modules",
"license": "Apache-2.0",
Expand Down
1 change: 1 addition & 0 deletions spec/acceptance/base_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ class { 'eyplib::autobanner': }
describe file('/opt/eypconf/autobanner') do
it { should be_file }
its(:content) { should match 'ACCEPTANCE TESTING' }
its(:content) { should match 'puppet managed server' }
end
end
context 'legal setup' do
Expand Down

0 comments on commit e779c4e

Please sign in to comment.