{"id":15022643,"url":"https://github.com/puppetlabs/puppetlabs-puppet_conf","last_synced_at":"2025-04-07T07:11:37.570Z","repository":{"id":25793751,"uuid":"103180889","full_name":"puppetlabs/puppetlabs-puppet_conf","owner":"puppetlabs","description":null,"archived":false,"fork":false,"pushed_at":"2025-02-04T02:36:41.000Z","size":326,"stargazers_count":2,"open_issues_count":1,"forks_count":20,"subscribers_count":98,"default_branch":"main","last_synced_at":"2025-03-31T06:02:33.490Z","etag":null,"topics":["hacktoberfest","module","supported"],"latest_commit_sha":null,"homepage":"","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/puppetlabs.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","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":"2017-09-11T19:48:57.000Z","updated_at":"2024-12-17T05:54:45.000Z","dependencies_parsed_at":"2023-02-10T16:00:43.714Z","dependency_job_id":"3554e03b-8349-4698-a8a7-fa6aab3d0040","html_url":"https://github.com/puppetlabs/puppetlabs-puppet_conf","commit_stats":{"total_commits":211,"total_committers":41,"mean_commits":5.146341463414634,"dds":0.8767772511848342,"last_synced_commit":"149a9bc384089ae7a05631def6c08014e8baf1c1"},"previous_names":[],"tags_count":23,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/puppetlabs%2Fpuppetlabs-puppet_conf","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/puppetlabs%2Fpuppetlabs-puppet_conf/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/puppetlabs%2Fpuppetlabs-puppet_conf/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/puppetlabs%2Fpuppetlabs-puppet_conf/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/puppetlabs","download_url":"https://codeload.github.com/puppetlabs/puppetlabs-puppet_conf/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247608153,"owners_count":20965952,"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":["hacktoberfest","module","supported"],"created_at":"2024-09-24T19:58:13.751Z","updated_at":"2025-04-07T07:11:37.540Z","avatar_url":"https://github.com/puppetlabs.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# puppet_conf\n\n#### Table of Contents\n\n1. [Overview](#overview)\n2. [Module Description](#module-description)\n3. [Setup](#setup)\n     * [Requirements](#requirements)\n4. [Usage](#usage)\n5. [Reference](#reference)\n6. [Limitations](#limitations)\n7. [License](#license)\n8. [Development](#development)\n\n## Overview\n\nThis module provides the puppet_conf task.\n\n## Module Description\n\nThe puppet_conf task allows you to inspect and change the configuration options in the `puppet.conf` file.\n\n## Setup\n\n### Requirements\n\nThis module is compatible with Puppet Enterprise and Puppet Bolt.\n\n* To run tasks with Puppet Enterprise, PE 2018.1 or later must be installed on the machine from which you are running task commands. Machines receiving task requests must be Puppet agents.\n\n* To run tasks with Puppet Bolt, Bolt 1.0 or later must be installed on the machine from which you are running task commands. Machines receiving task requests must have SSH or WinRM services enabled.\n\n## Usage\n\nTo view the available actions and parameters, on the command line, run `puppet task show puppet_conf` or see the puppet_conf module page on the [Forge](https://forge.puppet.com/puppetlabs/puppet_conf/tasks).\nFor a complete list of `puppet.conf` options, see the [`puppet.conf`](https://docs.puppet.com/puppet/latest/config_file_main.html) documentation.\nTo show help for the task CLI, run `puppet task run --help` or `bolt task run --help`\n\nTo run a puppet_conf task, use the task command, specifying the action, section, and setting of the `puppet.conf` setting.\n\n* With PE on the command line, run `puppet task run puppet_conf action=\u003cACTION\u003e section=\u003cSECTION\u003e setting=\u003cSETTING\u003e`.\n* With Bolt on the command line, run `bolt task run puppet_conf action=\u003cACTION\u003e section=\u003cSECTION\u003e setting=\u003cSETTING\u003e`.\n\nFor example, to check the status of the agent graph setting in `puppet.conf`, run:\n\n* With PE, run `puppet task run puppet_conf action=get section=agent setting=graph --nodes neptune`\n* With Bolt, run `bolt task run puppet_conf action=get section=agent setting=graph --nodes neptune --modulepath ~/modules`\n\nTo set the value of the agent graph setting in `puppet.conf`, specify a value with the `set` action:\n\n* With PE, run `puppet task run puppet_conf action=set section=agent setting=graph value=true --nodes neptune`\n* With Bolt, run `bolt task run puppet_conf action=set section=agent setting=graph value=true --nodes neptune --modulepath ~/modules`\n\nYou can also run tasks in the PE console. See PE task documentation for complete information.\n\n## Reference\n\nFor information on the classes and types, see the [REFERENCE.md](https://github.com/puppetlabs/puppetlabs-puppet_conf/blob/main/REFERENCE.md).\n\n## Limitations\n\nFor an extensive list of supported operating systems, see [metadata.json](https://github.com/puppetlabs/puppetlabs-puppet_conf/blob/main/metadata.json)\n\n## License\n\nThis codebase is licensed under the Apache2.0 licensing, however due to the nature of the codebase the open source dependencies may also use a combination of [AGPL](https://opensource.org/license/agpl-v3/), [BSD-2](https://opensource.org/license/bsd-2-clause/), [BSD-3](https://opensource.org/license/bsd-3-clause/), [GPL2.0](https://opensource.org/license/gpl-2-0/), [LGPL](https://opensource.org/license/lgpl-3-0/), [MIT](https://opensource.org/license/mit/) and [MPL](https://opensource.org/license/mpl-2-0/) Licensing.\n\n## Development\n\nPuppet modules on the Puppet Forge are open projects, and community contributions are essential for keeping them great. To contribute to Puppet projects, see our [module contribution guide.](https://github.com/puppetlabs/puppetlabs-puppet_conf/blob/main/CONTRIBUTING.md)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpuppetlabs%2Fpuppetlabs-puppet_conf","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpuppetlabs%2Fpuppetlabs-puppet_conf","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpuppetlabs%2Fpuppetlabs-puppet_conf/lists"}