Skip to content

Commit

Permalink
Merge pull request #24 from jordiprats/master
Browse files Browse the repository at this point in the history
bugfix
  • Loading branch information
jordiprats authored Aug 5, 2019
2 parents 3fffc10 + e779c4e commit 0fc9af2
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 2 deletions.
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
2 changes: 1 addition & 1 deletion templates/autobanner.erb
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ conditions stated in this warning.
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
<% end -%>
<% end -%>
<% if @include_puppet_managed -%>
<% if @include_puppet_managed_server -%>

********************************************************************************
puppet managed server
Expand Down

0 comments on commit 0fc9af2

Please sign in to comment.