{"id":15156661,"url":"https://github.com/puppetlabs/puppetlabs-zone_core","last_synced_at":"2025-05-07T18:09:21.078Z","repository":{"id":31465919,"uuid":"127980545","full_name":"puppetlabs/puppetlabs-zone_core","owner":"puppetlabs","description":"Manage Solaris Zones","archived":false,"fork":false,"pushed_at":"2024-11-20T00:39:30.000Z","size":204,"stargazers_count":0,"open_issues_count":0,"forks_count":15,"subscribers_count":90,"default_branch":"main","last_synced_at":"2025-05-07T18:08:23.127Z","etag":null,"topics":["module","puppet","solaris","supported","zone"],"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":null,"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":"2018-04-03T23:31:40.000Z","updated_at":"2024-11-20T00:39:35.000Z","dependencies_parsed_at":"2024-01-11T00:53:40.558Z","dependency_job_id":"3a3e4526-bd72-409d-981d-6640ae94cf28","html_url":"https://github.com/puppetlabs/puppetlabs-zone_core","commit_stats":{"total_commits":89,"total_committers":16,"mean_commits":5.5625,"dds":0.7415730337078652,"last_synced_commit":"c26a06bf3e1a2827ed13be0709426162057feaac"},"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/puppetlabs%2Fpuppetlabs-zone_core","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/puppetlabs%2Fpuppetlabs-zone_core/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/puppetlabs%2Fpuppetlabs-zone_core/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/puppetlabs%2Fpuppetlabs-zone_core/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/puppetlabs","download_url":"https://codeload.github.com/puppetlabs/puppetlabs-zone_core/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252931535,"owners_count":21827111,"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","solaris","supported","zone"],"created_at":"2024-09-26T19:40:40.023Z","updated_at":"2025-05-07T18:09:21.044Z","avatar_url":"https://github.com/puppetlabs.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# zone\n\n[![Modules Status](https://github.com/puppetlabs/puppetlabs-zone_core/workflows/%5BDaily%5D%20Unit%20Tests%20with%20nightly%20Puppet%20gem/badge.svg?branch=main)](https://github.com/puppetlabs/puppetlabs-zone_core/actions)\n[![Modules Status](https://github.com/puppetlabs/puppetlabs-zone_core/workflows/Static%20Code%20Analysis/badge.svg?branch=main)](https://github.com/puppetlabs/puppetlabs-zone_core/actions) \n[![Modules Status](https://github.com/puppetlabs/puppetlabs-zone_core/workflows/Unit%20Tests%20with%20nightly%20Puppet%20gem/badge.svg?branch=main)](https://github.com/puppetlabs/puppetlabs-zone_core/actions) \n[![Modules Status](https://github.com/puppetlabs/puppetlabs-zone_core/workflows/Unit%20Tests%20with%20released%20Puppet%20gem/badge.svg?branch=main)](https://github.com/puppetlabs/puppetlabs-zone_core/actions)\n\n\n#### Table of Contents\n\n1. [Description](#description)\n2. [Setup - The basics of getting started with zone](#setup)\n    * [Setup requirements](#setup-requirements)\n3. [Usage - Configuration options and additional functionality](#usage)\n4. [Reference - An under-the-hood peek at what the module is doing and how](#reference)\n5. [Limitations - OS compatibility, etc.](#limitations)\n6. [Development - Guide for contributing to the module](#development)\n\n\u003ca id=\"description\"\u003e\u003c/a\u003e\n## Description\n\nThe zone_core module is used to manage Solaris zone resources.\n\n\u003ca id=\"setup\"\u003e\u003c/a\u003e\n## Setup\n\n\u003ca id=\"setup-requirements\"\u003e\u003c/a\u003e\n### Setup Requirements\n\nThe zone_core module depends on the zfs_core module, as a zone may be associated in a zfs resource pool.\n\n\u003ca id=\"usage\"\u003e\u003c/a\u003e\n## Usage\n\nTo create a zone resource with the name `tstzone` in the `running` state and the root of the zone filesystem in `/tstzones/mnt`, use the following code:\n\n```\nzone { 'tstzone' :\n  ensure =\u003e running,\n  path   =\u003e '/tstzones/mnt'\n}\n```\n\n\u003ca id=\"reference\"\u003e\u003c/a\u003e\n## Reference\n\nPlease see REFERENCE.md for the reference documentation.\n\nThis module is documented using Puppet Strings.\n\nFor a quick primer on how Strings works, please see [this blog post](https://puppet.com/blog/using-puppet-strings-generate-great-documentation-puppet-modules) or the [README.md](https://github.com/puppetlabs/puppet-strings/blob/master/README.md) for Puppet Strings.\n\nTo generate documentation locally, run the following command:\n\n```\nbundle install\nbundle exec puppet strings generate ./lib/**/*.rb\n```\n\nThis command will create a browsable `\\_index.html` file in the `doc` directory. The references available here are all generated from YARD-style comments embedded in the code base. When any development happens on this module, the impacted documentation should also be updated.\n\n\u003ca id=\"limitations\"\u003e\u003c/a\u003e\n## Limitations\n\nThis module is only available on Solaris platforms.\n\n\u003ca id=\"development\"\u003e\u003c/a\u003e\n## Development\n\nPuppet Labs modules on the Puppet Forge are open projects, and community contributions are essential for keeping them great. We can't access the huge number of platforms and myriad of hardware, software, and deployment configurations that Puppet is intended to serve.\n\nWe want to keep it as easy as possible to contribute changes so that our modules work in your environment. There are a few guidelines that we need contributors to follow so that we can have a chance of keeping on top of things.\n\nFor more information, see our [module contribution guide](https://puppet.com/docs/puppet/latest/contributing.html).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpuppetlabs%2Fpuppetlabs-zone_core","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpuppetlabs%2Fpuppetlabs-zone_core","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpuppetlabs%2Fpuppetlabs-zone_core/lists"}