{"id":15022645,"url":"https://github.com/puppetlabs/puppetlabs-package","last_synced_at":"2025-04-05T07:03:52.410Z","repository":{"id":25793756,"uuid":"101296659","full_name":"puppetlabs/puppetlabs-package","owner":"puppetlabs","description":"A Puppet Task module, for package.","archived":false,"fork":false,"pushed_at":"2025-02-04T02:36:05.000Z","size":496,"stargazers_count":9,"open_issues_count":4,"forks_count":26,"subscribers_count":100,"default_branch":"main","last_synced_at":"2025-03-29T06:04:19.296Z","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-08-24T13:15:45.000Z","updated_at":"2024-12-17T05:23:19.000Z","dependencies_parsed_at":"2024-05-21T17:28:32.514Z","dependency_job_id":"49b362a2-c9dc-4ba3-b223-0b31ab4b7a10","html_url":"https://github.com/puppetlabs/puppetlabs-package","commit_stats":{"total_commits":295,"total_committers":48,"mean_commits":6.145833333333333,"dds":0.8813559322033898,"last_synced_commit":"e17849e59841c4a8a636a2d126371cbef0746d68"},"previous_names":[],"tags_count":26,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/puppetlabs%2Fpuppetlabs-package","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/puppetlabs%2Fpuppetlabs-package/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/puppetlabs%2Fpuppetlabs-package/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/puppetlabs%2Fpuppetlabs-package/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/puppetlabs","download_url":"https://codeload.github.com/puppetlabs/puppetlabs-package/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247299831,"owners_count":20916190,"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.827Z","updated_at":"2025-04-05T07:03:52.392Z","avatar_url":"https://github.com/puppetlabs.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# package\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 package task.\n\n## Description\n\nThis task allows you to install, uninstall, update, and check the status of packages.\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 package` or see the package module page on the [Forge](https://forge.puppet.com/puppetlabs/package/tasks).\nFor a complete list of optional package providers that are supported, see the [Puppet Types](https://docs.puppet.com/puppet/latest/types/package.html) documentation.\n\nTo run a package task, use the task command, specifying the action and the name of the package.\nTo show help for the task CLI, run `puppet task run --help` or `bolt task run --help`\n\n* With PE on the command line, run `puppet task run package action=\u003cACTION\u003e name=\u003cPACKAGE_NAME\u003e`.\n* With Bolt on the command line, run `bolt task run package action=\u003cACTION\u003e name=\u003cPACKAGE_NAME\u003e`.\n\nFor example, to check whether the vim package is present or absent, run:\n\n* With PE, run `puppet task run package action=status name=vim --nodes neptune`.\n* With Bolt, run `bolt task run package action=status name=vim --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-package/blob/main/REFERENCE.md).\n\n## Limitations\n\nFor an extensive list of supported operating systems, see [metadata.json](https://github.com/puppetlabs/puppetlabs-package/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\nTests are ran using [puppet_litmus](https://github.com/puppetlabs/puppet_litmus). To run the acceptance tests follow the instructions from this point [here](https://github.com/puppetlabs/puppet_litmus/wiki/Tutorial:-use-Litmus-to-execute-acceptance-tests-with-a-sample-module-(MoTD)#install-the-necessary-gems-for-the-module).\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-package/blob/main/CONTRIBUTING.md)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpuppetlabs%2Fpuppetlabs-package","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpuppetlabs%2Fpuppetlabs-package","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpuppetlabs%2Fpuppetlabs-package/lists"}