{"id":19840071,"url":"https://github.com/kwakwaversal/packer-saltstack-debian","last_synced_at":"2026-04-13T12:01:32.197Z","repository":{"id":71116578,"uuid":"83288922","full_name":"kwakwaversal/packer-saltstack-debian","owner":"kwakwaversal","description":"Using Packer and SaltStack to build a Vagrant Debian base image with plenv and ndenv preinstalled","archived":false,"fork":false,"pushed_at":"2017-03-07T08:22:37.000Z","size":17,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-28T22:21:50.261Z","etag":null,"topics":["packer","saltstack","vagrant","virtualbox"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/kwakwaversal.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-02-27T08:53:21.000Z","updated_at":"2020-03-31T14:32:01.000Z","dependencies_parsed_at":"2023-03-30T20:33:49.719Z","dependency_job_id":null,"html_url":"https://github.com/kwakwaversal/packer-saltstack-debian","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/kwakwaversal/packer-saltstack-debian","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kwakwaversal%2Fpacker-saltstack-debian","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kwakwaversal%2Fpacker-saltstack-debian/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kwakwaversal%2Fpacker-saltstack-debian/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kwakwaversal%2Fpacker-saltstack-debian/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kwakwaversal","download_url":"https://codeload.github.com/kwakwaversal/packer-saltstack-debian/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kwakwaversal%2Fpacker-saltstack-debian/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31751705,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-13T09:16:15.125Z","status":"ssl_error","status_checked_at":"2026-04-13T09:16:05.023Z","response_time":93,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["packer","saltstack","vagrant","virtualbox"],"created_at":"2024-11-12T12:25:28.060Z","updated_at":"2026-04-13T12:01:32.176Z","avatar_url":"https://github.com/kwakwaversal.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# packer-saltstack-debian\nDebian Jessie Vagrant box with pre-baked tools aimed at Perl web developers.\n\n# Synopsis\n```sh\n# First create the VirtualBox provider\n$ packer build -only=virtualbox-iso debian-8.7-amd64.json\n$ vagrant box add --name my/debian-jessie64 ./builds/debian-8.7.virtualbox.box\n# Use the newly created box with Vagrant\n$ vagrant init my/debian-jessie64\n$ vagrant up\n```\n\nI try to keep a version of this up-to-date and available on HashiCorp, so you\ncan check it out without having to roll your own.\n\n```sh\n$ vagrant init kwakwa/debian-jessie64\n$ vagrant up\n```\n\n# Description\nThis repository contains the `Packer` configuration which will create a\n`Vagrant` box for the `VirtualBox` provider. This is a pre-baked box which\nincludes [ndenv](https://github.com/riywo/ndenv),\n[plenv](https://github.com/tokuhirom/plenv) and a few common node and\nperl-specific tools to provide a useful toolchain for Perl web developers\nout of the box.\n\n# Pre-baked user tools\nA list of tools that are pre-baked in this `Vagrant` box.\n\n* Debian 8.7 (Jessie)\n* ndenv (node 7.7.1 with grunt and gulp)\n* plenv (perl 5.24.1 with Carton, Moo, and Moose)\n* Packages (git, htop, jq, ntp, strace, tmux, tree, vim)\n\n# Toolchain\nThe tools used to bring this `Vagrant` box together.\n\n* [Debian](https://www.debian.org/) is used as the host environment for the\nVagrant box. Specifically `debian-8.7-amd64`.\n* [Packer](https://www.packer.io/) is a tool for creating machine and container\nimages for multiple platforms from a single source configuration.\n* [SaltStack](https://saltstack.com/) systems \u0026 configuration management\nsoftware delivers fast \u0026 scalable event-driven infrastructure automation \u0026\npredictive cloud orchestration.\n* [Vagrant](https://www.vagrantup.com/) creates and configures lightweight,\nreproducible, and portable development environments.\n* [VirtualBox](https://www.virtualbox.org/) is a powerful x86 and AMD64/Intel64\nvirtualization product for enterprise as well as home use.\n\n# References\n\n## Box-related\n* [Chef Bento](https://github.com/chef/bento)\n* [Devops intro project](https://github.com/udacity/devops-intro-project)\n* [Packer](https://www.packer.io/)\n* [Packer basic example](https://github.com/666jfox777/packer-basic-example)\n* [Packer Salt Masterless](https://www.packer.io/docs/provisioners/salt-masterless.html)\n\n## Node-related\n* [Gulp](http://gulpjs.com/)\n* [Grunt](https://gruntjs.com/)\n* [ndenv](https://github.com/riywo/ndenv)\n\n## Perl-related\n* [Carton](http://p3rl.org/Moose)\n* [Moose](http://p3rl.org/Moose)\n* [plenv](https://github.com/tokuhirom/plenv)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkwakwaversal%2Fpacker-saltstack-debian","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkwakwaversal%2Fpacker-saltstack-debian","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkwakwaversal%2Fpacker-saltstack-debian/lists"}