{"id":15022611,"url":"https://github.com/puppetlabs/support-tasks","last_synced_at":"2025-04-06T20:11:17.732Z","repository":{"id":34872951,"uuid":"119893204","full_name":"puppetlabs/support-tasks","owner":"puppetlabs","description":"Module for tasks in the support kb","archived":false,"fork":false,"pushed_at":"2025-02-04T02:43:44.000Z","size":304,"stargazers_count":3,"open_issues_count":0,"forks_count":23,"subscribers_count":46,"default_branch":"main","last_synced_at":"2025-03-30T18:11:12.242Z","etag":null,"topics":["module","puppet","support","support-tasks","supported"],"latest_commit_sha":null,"homepage":"","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/puppetlabs.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":"CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-02-01T21:01:49.000Z","updated_at":"2025-02-03T07:26:31.000Z","dependencies_parsed_at":"2023-11-13T22:29:35.943Z","dependency_job_id":"3ea9b793-5ec9-4c3a-bfd7-736574a7009a","html_url":"https://github.com/puppetlabs/support-tasks","commit_stats":{"total_commits":227,"total_committers":31,"mean_commits":7.32258064516129,"dds":0.7004405286343612,"last_synced_commit":"3d103019fee980299627569fe82c3c9b35d068ec"},"previous_names":[],"tags_count":16,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/puppetlabs%2Fsupport-tasks","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/puppetlabs%2Fsupport-tasks/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/puppetlabs%2Fsupport-tasks/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/puppetlabs%2Fsupport-tasks/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/puppetlabs","download_url":"https://codeload.github.com/puppetlabs/support-tasks/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247543591,"owners_count":20955865,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["module","puppet","support","support-tasks","supported"],"created_at":"2024-09-24T19:58:12.065Z","updated_at":"2025-04-06T20:11:17.698Z","avatar_url":"https://github.com/puppetlabs.png","language":"Ruby","readme":"# support_tasks\n\n#### Table of Contents\n\n- [support_tasks](#support_tasks)\n  - [Description](#description)\n  - [Setup](#setup)\n    - [Beginning with support_tasks](#beginning-with-support_tasks)\n  - [Usage](#usage)\n  - [Deprecation Notice](#deprecation-notice)\n  - [Getting Help](#getting-help)\n  - [How to Report an issue or contribute to the module](#how-to-report-an-issue-or-contribute-to-the-module)\n- [Supporting Content](#supporting-content)\n    - [Articles](#articles)\n    - [Videos](#videos)\n  - [Copyright and License](#copyright-and-license)\n## Description\n\nThis is the companion module used to deliver the tasks for the solutions and configurations described in Puppet Support knowledge base \u003chttps://support.puppet.com/hc/en-us\u003e.\n\nThe knowledge base, available to our support customers, offers a range of self service solutions, ranging from fixes to known issues to  useful configuration and deployment options. Some of the knowledge base articles include an accompanying Puppet task to automate the configuration of these self service solutions, this module delivers these tasks.\n\n## Setup\n\n### Beginning with support_tasks\n\nTasks in this module should only be executed by PE support customers in accompaniment with the corresponding knowledge base article.\n\n## Usage\n\nSupport customers should follow the instructions in the corresponding knowledge base articles linked below.\n\n## Removal Notice\n\nThe following tasks are no longer being developed and where removed:\n\n| Task Name | Alternative |\n|-----------|-------------|\n| st0236_set_cache_paths_to_default | Use [puppet conf](https://forge.puppet.com/modules/puppetlabs/puppet_conf/readme) |\n| st0267_clear_file_sync_locks | See [knowledge article](https://support.puppet.com/hc/en-us/articles/360003883933) for manual steps |\n| st0285_find_disabled_agents | This task can be handled manually in a custom task by running the following code: ```if [ -e \"$LOCKFILE\" ] then echo \"Puppet agent is disabled\" cat \"$(puppet config print statedir)/agent_disabled.lock\" else echo \"Puppet agent is enabled\" exit 1 fi``` |\n| st0286_change_puppet_daemon_runmode | To enable or disable puppet agent, see [documentation](https://www.puppet.com/docs/puppet/latest/man/agent.html#options) |\n| st0298_run_code_deploy | See [documentation](https://www.puppet.com/docs/pe/latest/code_mgr) for suitable solution |\n| st0305_support_script_and_upload | See [documentation](https://portal.perforce.com/s/article/360009970114) for upload methods. SFTP and MFT are preferred|\n| st0362_download_latest_pe_in_stream |  See [documentation](https://portal.perforce.com/s/article/218822507) for latest version of PE |\n| st0317a_clean_cert | Use [certificate clean](https://www.puppet.com/docs/puppet/7/server/http_certificate_clean) API to remove certifications |\n| st0317b_purge_node | Use [certificate clean](https://www.puppet.com/docs/puppet/7/server/http_certificate_clean) API to purge nodes |\n| st0370_generate_token | Use [puppet access CLI](https://www.puppet.com/docs/pe/latest/rbac_token_auth_intro.html#generate_a_token_using_puppet_access) |\n| st0371_puppet_commands | Use [Pe status check](https://forge.puppet.com/modules/puppetlabs/pe_status_check/readme) |\n| st0372_os_commands |  See documentation on [system configuration](https://portal.perforce.com/s/article/360040232993) |\n| st0373_api_calls | See docomentation on [CD4PE](https://www.puppet.com/docs/continuous-delivery/4.x/cd_user_guide.html) and [Tokens Endpoint](https://www.puppet.com/docs/pe/latest/rbac_api_v1_token.html) |\n| st1105_primary_server_port_check | See [documentation](https://www.puppet.com/docs/pe/latest/system_configuration.html#firewall_standard) for checking TCP port configuration |\n\n## Getting Help\n\nPuppet Enterprise Support customers can open a ticket with us at our portal for assistance \u003chttps://support.puppet.com/hc/en-us\u003e, this module is officially supported by the Puppet Enterprise Support Team\n\nTo display help for the support\\_tasks task, run `puppet task show support_tasks::\u003ctask_name\u003e`\n\nTo display a list of all tasks provided by this module run `puppet task show --all | grep support_tasks`\n\n## How to Report an issue or contribute to the module\n\nIf you are a PE user and need support using this module or are encountering issues, our Support team would be happy to help you resolve your issue and help reproduce any bugs. Just raise a ticket on the [support portal](https://support.puppet.com/hc/en-us/requests/new).\nIf you have a reproducible bug or are a community user you can raise it directly on the Github issues page of the module [here](https://github.com/puppetlabs/support-tasks/issues).\nWe also welcome PR contributions to improve the module. Please see further details about contributing [here](https://puppet.com/docs/puppet/7.5/contributing.html#contributing_changes_to_module_repositories)\n\n\n---\n\n# Supporting Content\n\n### Articles\n\nThe [Support Knowledge base](https://support.puppet.com/hc/en-us) is a searchable repository for technical information and how-to guides for all Puppet products.\n\n\n### Videos\n\nThe [Support Video Playlist](https://youtube.com/playlist?list=PLV86BgbREluWKzzvVulR74HZzMl6SCh3S) is a resource of content generated by the support team\n\n\n   ---\n\n\n## Copyright and License\n\nLicensed under the Apache License, Version 2.0 (the \"License\"); you may not use this file except in compliance with the License. You may obtain a copy of the License at\n\n\u003chttp://www.apache.org/licenses/LICENSE-2.0\u003e\n\nUnless required by applicable law or agreed to in writing, software distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.\n\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpuppetlabs%2Fsupport-tasks","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpuppetlabs%2Fsupport-tasks","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpuppetlabs%2Fsupport-tasks/lists"}