{"id":16810974,"url":"https://github.com/johnf/capistrano-puppeteer","last_synced_at":"2025-06-23T09:05:21.240Z","repository":{"id":3610832,"uuid":"4675873","full_name":"johnf/capistrano-puppeteer","owner":"johnf","description":"Capistrano tasks for masterless puppet","archived":false,"fork":false,"pushed_at":"2014-04-19T05:17:40.000Z","size":262,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-05-31T06:18:33.334Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/johnf.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":null,"security":null,"support":null}},"created_at":"2012-06-15T14:07:34.000Z","updated_at":"2014-04-19T05:17:40.000Z","dependencies_parsed_at":"2022-09-01T04:21:14.239Z","dependency_job_id":null,"html_url":"https://github.com/johnf/capistrano-puppeteer","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/johnf/capistrano-puppeteer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johnf%2Fcapistrano-puppeteer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johnf%2Fcapistrano-puppeteer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johnf%2Fcapistrano-puppeteer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johnf%2Fcapistrano-puppeteer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/johnf","download_url":"https://codeload.github.com/johnf/capistrano-puppeteer/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johnf%2Fcapistrano-puppeteer/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261449740,"owners_count":23159802,"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-10-13T10:17:17.177Z","updated_at":"2025-06-23T09:05:16.223Z","avatar_url":"https://github.com/johnf.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Capistrano Puppeteer\n\nSome useful capistrano tasks for standalone puppet masterless puppet deployments.\n\n# Usage\n\n## Launching Amazon Instances\n\nPopulate ```config/deploy.rb``` with the following attributes\n\n``` ruby\nrequire 'capistrano/puppeteer/aws'\n\nset :cloud_provider, 'AWS'\nset :aws_secret_access_key, 'X...'\nset :aws_access_key_id,     'A...'\nset :aws_region,            'us-west-2'\nset :aws_availability_zone, 'us-west-2a'\nset :aws_ami,               'ami-20800c10' # Precise 64bit http://cloud.ubuntu.com/ami/\nset :aws_key_name,          'default'\nset :aws_iam_role,          'backups' # Optional\n```\n\n## Bootstrapping an instance\n\nPopulate ```config/deploy.rb``` with the following attributes\n\n``` ruby\nset :bootstrap_domain, 'example.com'\nset :bootstrap_user,   'johnf'\nset :ssh_key,          'config/aws.pem'\nset :puppet_repo,      'git@github.com:johnf/puppet.git'\n```\n\n# Installation\n\nAdd this line to your application's Gemfile:\n\n``` ruby\ngem 'capistrano-puppeteer'\n```\n\nAnd then execute:\n\n``` bash\n$ bundle\n```\n\nOr install it yourself as:\n\n``` bash\n$ gem install capistrano-puppeteer\n```\n\nThen add it to your _config/deploy.rb_\n\n``` ruby\nrequire 'capistrano/puppeteer'\n```\n\n# Configuration\n\nYour puppet.conf requires at minimum\n\n``` ini\n[main]\n  confdir = .\n```\n\n## Usage\n\nTODO: Write usage instructions here\n\n## Contributing\n\n1. Fork it\n2. Create your feature branch (`git checkout -b my-new-feature`)\n3. Commit your changes (`git commit -am 'Added some feature'`)\n4. Push to the branch (`git push origin my-new-feature`)\n5. Create new Pull Request\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjohnf%2Fcapistrano-puppeteer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjohnf%2Fcapistrano-puppeteer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjohnf%2Fcapistrano-puppeteer/lists"}