{"id":19451833,"url":"https://github.com/skoef/puppet-jails","last_synced_at":"2025-04-25T04:30:31.743Z","repository":{"id":19272752,"uuid":"22509203","full_name":"skoef/puppet-jails","owner":"skoef","description":"A Puppet module for managing FreeBSD Jails.","archived":false,"fork":false,"pushed_at":"2015-02-02T09:06:23.000Z","size":141,"stargazers_count":5,"open_issues_count":2,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-16T03:55:56.417Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Puppet","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/skoef.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-08-01T12:32:21.000Z","updated_at":"2019-08-13T15:47:31.000Z","dependencies_parsed_at":"2022-09-26T22:10:47.805Z","dependency_job_id":null,"html_url":"https://github.com/skoef/puppet-jails","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skoef%2Fpuppet-jails","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skoef%2Fpuppet-jails/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skoef%2Fpuppet-jails/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skoef%2Fpuppet-jails/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/skoef","download_url":"https://codeload.github.com/skoef/puppet-jails/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250754543,"owners_count":21481835,"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":[],"created_at":"2024-11-10T16:43:11.775Z","updated_at":"2025-04-25T04:30:31.370Z","avatar_url":"https://github.com/skoef.png","language":"Puppet","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Puppet-jails\n\nManage FreeBSD Jails with puppet.\n\n## Simple implementation\n\nAll parameters from [jail(8)](http://www.freebsd.org/cgi/man.cgi?query=jail\u0026sektion=8) are applicable to either the class defaults or to any jail.\n\n```Puppet\n\nclass { 'jails':\n  defaults =\u003e {\n    'interface'   =\u003e 'em0',\n    'allow_mount' =\u003e true,\n    'exec_start'  =\u003e '/bin/sh /etc/rc',\n    'exec_stop'   =\u003e '/bin/sh /etc/rc.shutdown',\n    'exec_clean'  =\u003e true,\n    'mount_devfs' =\u003e true,\n  }\n}\n\njails::jail { 'webserver0':\n  path          =\u003e '/jails/webserver0',\n  ip4_addr      =\u003e '192.168.0.5',\n  host_hostname =\u003e 'webserver0.example.org',\n}\n```\n\nJails can be easily managed from Hiera as well:\n```YAML\njails::jails:\n  webserver0:\n    path:          '/jails/webserver0'\n    ip4_addr:      '192.168.0.5'\n    host_hostname: 'webserver0.example.org'\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fskoef%2Fpuppet-jails","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fskoef%2Fpuppet-jails","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fskoef%2Fpuppet-jails/lists"}