Skip to content

Commit

Permalink
Merge pull request #5 from EncoreTechnologies/hotfix/server-warnings
Browse files Browse the repository at this point in the history
Fixing server warnings about empty data hash in data/common.yaml
  • Loading branch information
nmaludy authored Apr 30, 2021
2 parents 87ae525 + 638c4cc commit 92668e6
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
fail-fast: false
matrix:
include:
# note: actions/setup-ruby only allows using a major.minor release of ruby
# note: ruby/setup-ruby only allows using a major.minor release of ruby
- ruby: '2.5'
puppet: "6.0"
check: "check:symlinks check:git_ignore check:dot_underscore check:test_file rubocop syntax lint metadata_lint"
Expand All @@ -41,7 +41,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v2
- name: Setup Ruby
uses: actions/setup-ruby@v1
uses: ruby/setup-ruby@v1
with:
ruby-version: '${{ matrix.ruby }}'
- name: Bundle prep
Expand Down Expand Up @@ -82,7 +82,7 @@ jobs:
fail-fast: false
matrix:
include:
# note: actions/setup-ruby only allows using a major.minor release of ruby
# note: ruby/setup-ruby only allows using a major.minor release of ruby
- ruby: '2.5'
puppet: "6.0"
env:
Expand All @@ -93,7 +93,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v2
- name: Setup Ruby
uses: actions/setup-ruby@v1
uses: ruby/setup-ruby@v1
with:
ruby-version: '${{ matrix.ruby }}'
- name: Bundle prep
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

All notable changes to this project will be documented in this file.

## Release 0.1.4

**Bugfixes**

* Fixed `data/common.yaml` to contain a valid hash, fixing Puppet Server side warnings.

## Release 0.1.3

**Features**
Expand Down
1 change: 1 addition & 0 deletions data/common.yaml
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
---
{}
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "encore-service_autorestart",
"version": "0.1.3",
"version": "0.1.4",
"author": "Encore Technologies",
"summary": "Puppet module to manage auto-restarting services (Windows and SystemD), and Windows Service Recovery options",
"license": "Apache-2.0",
Expand Down

0 comments on commit 92668e6

Please sign in to comment.