Showing with 8 additions and 2 deletions.
  1. +7 −0 CHANGELOG.md
  2. +1 −1 metadata.json
  3. +0 −1 tasks/linux.sh
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## Release 0.3.1
### Summary
Fixes a bug with the service::linux agentless task failing on the PE orchestratior.

### Fixed
- Stray line breaking service::linux task

## Release 0.3.0
### Summary
This release adds the ability to manage services without the puppet-agent being installed on the remote host.
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": "puppetlabs-service",
"version": "0.3.0",
"version": "0.3.1",
"author": "puppet",
"summary": "Tasks that manipulate a service",
"license": "Apache-2.0",
Expand Down
1 change: 0 additions & 1 deletion tasks/linux.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
inux.sh: line 19: local: can only be used in a function
#!/bin/bash

action="$PT_action"
Expand Down