Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,6 @@ jobs:
-
env: CHECK="check:symlinks check:git_ignore check:dot_underscore check:test_file rubocop syntax lint metadata_lint"
stage: static
-
env: PUPPET_GEM_VERSION="~> 6.0" CHECK=parallel_spec
rvm: 2.5.7
stage: spec
-
env: CHECK="shellcheck tasknames"
stage: static
Expand Down
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
# Change Log
All notable changes to this project will be documented in this file.

## [1.1.2] - 2020-03-26

### Added

- st1105_master_port_check - Task to test TCP port connectivity of the Puppet Master

### Changed

- PDK updated to 1.17

### Fixed

- Removed "DOCS" reference to now removed cert regen tasks


## [1.1.1] - 2020-01-17

Expand Down
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ The knowledge base, available to our support customers, offers a range of self s

### Beginning with support_tasks

Tasks in this module should only be executed by PE support customers in accompaniment with the corresponding knowledge base article. The task name corresponds to the KB article number, for instance, article KB#9999 corresponds to task kb9999.
Tasks in this module should only be executed by PE support customers, and Opensource Knowledge base users, in accompaniment with the corresponding knowledge base article.

## Usage

Expand Down Expand Up @@ -74,6 +74,9 @@ To view the available actions and parameters for each task, on the command line,

* [`st0373_api_calls`](https://support.puppet.com/hc/en-us/articles/360040234893)

* [`st1105_master_port_check`](https://support.puppet.com/hc/en-us/articles/360045363493)


## Getting Help

Puppet Enterprise Support customers can open a ticket with us at our portal for assistance <https://support.puppet.com/hc/en-us>, this module is officially supported by the Puppet Enterprise Support Team
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-support_tasks",
"version": "1.1.1",
"version": "1.1.2",
"author": "Puppet Support Team",
"summary": "A module used to deliver Tasks for the solutions & configurations described in the PE Support Knowledgebase https://support.puppet.com/hc/en-us",
"license": "Apache-2.0",
Expand Down