{"id":15103545,"url":"https://github.com/voxpupuli/puppet-staging","last_synced_at":"2025-09-27T02:31:31.899Z","repository":{"id":2319136,"uuid":"3279544","full_name":"voxpupuli/puppet-staging","owner":"voxpupuli","description":"⛔️ Deprecated in favor of puppet-archive","archived":true,"fork":false,"pushed_at":"2023-04-28T13:39:58.000Z","size":1611,"stargazers_count":51,"open_issues_count":0,"forks_count":108,"subscribers_count":48,"default_branch":"master","last_synced_at":"2025-09-05T12:51:17.633Z","etag":null,"topics":["bsd-puppet-module","centos-puppet-module","debian-puppet-module","deprecated","hacktoberfest","linux-puppet-module","openbsd-puppet-module","oraclelinux-puppet-module","puppet","redhat-puppet-module","scientific-puppet-module","sles-puppet-module","ubuntu-puppet-module","windows-puppet-module"],"latest_commit_sha":null,"homepage":"https://forge.puppet.com/puppet/archive","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/voxpupuli.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2012-01-27T02:21:05.000Z","updated_at":"2023-05-05T18:31:15.000Z","dependencies_parsed_at":"2023-07-05T18:49:02.132Z","dependency_job_id":null,"html_url":"https://github.com/voxpupuli/puppet-staging","commit_stats":{"total_commits":232,"total_committers":46,"mean_commits":5.043478260869565,"dds":0.75,"last_synced_commit":"dddd0fc5932ced6e776d5529ded44958330101ce"},"previous_names":[],"tags_count":26,"template":false,"template_full_name":null,"purl":"pkg:github/voxpupuli/puppet-staging","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/voxpupuli%2Fpuppet-staging","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/voxpupuli%2Fpuppet-staging/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/voxpupuli%2Fpuppet-staging/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/voxpupuli%2Fpuppet-staging/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/voxpupuli","download_url":"https://codeload.github.com/voxpupuli/puppet-staging/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/voxpupuli%2Fpuppet-staging/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":277171501,"owners_count":25773231,"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","status":"online","status_checked_at":"2025-09-27T02:00:08.978Z","response_time":73,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["bsd-puppet-module","centos-puppet-module","debian-puppet-module","deprecated","hacktoberfest","linux-puppet-module","openbsd-puppet-module","oraclelinux-puppet-module","puppet","redhat-puppet-module","scientific-puppet-module","sles-puppet-module","ubuntu-puppet-module","windows-puppet-module"],"created_at":"2024-09-25T19:40:24.144Z","updated_at":"2025-09-27T02:31:31.524Z","avatar_url":"https://github.com/voxpupuli.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Staging module for Puppet\n\n[![Build Status](https://travis-ci.org/voxpupuli/puppet-staging.png?branch=master)](https://travis-ci.org/voxpupuli/puppet-staging)\n[![Code Coverage](https://coveralls.io/repos/github/voxpupuli/puppet-staging/badge.svg?branch=master)](https://coveralls.io/github/voxpupuli/puppet-staging)\n[![Puppet Forge](https://img.shields.io/puppetforge/v/puppet/staging.svg)](https://forge.puppetlabs.com/puppet/staging)\n[![Puppet Forge - downloads](https://img.shields.io/puppetforge/dt/puppet/staging.svg)](https://forge.puppetlabs.com/puppet/staging)\n[![Puppet Forge - endorsement](https://img.shields.io/puppetforge/e/puppet/staging.svg)](https://forge.puppetlabs.com/puppet/staging)\n[![Puppet Forge - scores](https://img.shields.io/puppetforge/f/puppet/staging.svg)](https://forge.puppetlabs.com/puppet/staging)\n\nManages staging directory, along with download/extraction of compressed files.\n\n**Use of this module is deprecated.**\nNew features are unlikely to be added.\nPlease consider using [puppet-archive](https://github.com/voxpupuli/puppet-archive#migrating-from-puppet-staging)\ninstead.\n\n## Usage\n\nSpecify a different default staging path (must be declared before using resource):\n\n```puppet\nclass { 'staging':\n  path  =\u003e '/var/staging',\n  owner =\u003e 'puppet',\n  group =\u003e 'puppet',\n}\n```\n\nStaging files from various sources:\n\n```puppet\nstaging::file { 'sample':\n  source =\u003e 'puppet:///modules/staging/sample',\n}\n\nstaging::file { 'apache-tomcat-6.0.35':\n  source =\u003e 'http://apache.cs.utah.edu/tomcat/tomcat-6/v6.0.35/bin/apache-tomcat-6.0.35.tar.gz',\n}\n```\n\nStaging and extracting files:\n\n```puppet\nstaging::file { 'sample.tar.gz':\n  source =\u003e 'puppet:///modules/staging/sample.tar.gz'\n}\n\nstaging::extract { 'sample.tar.gz':\n  target  =\u003e '/tmp/staging',\n  creates =\u003e '/tmp/staging/sample',\n  require =\u003e Staging::File['sample.tar.gz'],\n}\n```\n\nDeploying a file (combining staging and extract):\n\n```puppet\nstaging::deploy { 'sample.tar.gz':\n  source =\u003e 'puppet:///modules/staging/sample.tar.gz',\n  target =\u003e '/usr/local',\n}\n```\n\nStaging files currently support the following source:\n\n* http(s)://\n* puppet://\n* ftp://\n* s3:// (requires aws cli to be installed and configured.)\n* local (though this doesn't serve any real purpose.)\n\n## Author\n\nPrimarily authored by Nan Liu\n\n## Contributors\n\n* Adrien Thebo\n* gizero\n* Harald Skoglund\n* Hunter Haugen\n* Justin Clayton\n* Owen Jacobson\n* Reid Vandewiele\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvoxpupuli%2Fpuppet-staging","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvoxpupuli%2Fpuppet-staging","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvoxpupuli%2Fpuppet-staging/lists"}