{"id":15048356,"url":"https://github.com/github/puppet-vault","last_synced_at":"2025-10-04T10:30:34.966Z","repository":{"id":65974892,"uuid":"61589034","full_name":"github/puppet-vault","owner":"github","description":":floppy_disk: :package: puppet-module to install Hashicorp's Vault.","archived":true,"fork":true,"pushed_at":"2016-07-09T00:46:07.000Z","size":26,"stargazers_count":7,"open_issues_count":0,"forks_count":13,"subscribers_count":5,"default_branch":"master","last_synced_at":"2024-09-25T21:10:47.249Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://vaultproject.io","language":"Ruby","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"bfraser/puppet-vault","license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/github.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING","funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-06-21T00:11:10.000Z","updated_at":"2024-07-31T03:20:31.000Z","dependencies_parsed_at":"2023-02-19T18:01:00.491Z","dependency_job_id":null,"html_url":"https://github.com/github/puppet-vault","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/github%2Fpuppet-vault","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/github%2Fpuppet-vault/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/github%2Fpuppet-vault/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/github%2Fpuppet-vault/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/github","download_url":"https://codeload.github.com/github/puppet-vault/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":219876582,"owners_count":16554769,"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-09-24T21:11:05.479Z","updated_at":"2025-10-04T10:30:34.657Z","avatar_url":"https://github.com/github.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# puppet-vault\n\n[![Build Status](https://travis-ci.org/rhoml/puppet-vault.svg?branch=master)](https://travis-ci.org/rhoml/puppet-vault)\n[![Puppet\nForge](http://img.shields.io/puppetforge/v/rhoml/vault.svg)](https://forge.puppetlabs.com/rhoml/vault)\n[![Dependency Status](https://gemnasium.com/badges/github.com/rhoml/puppet-vault.svg)](https://gemnasium.com/github.com/rhoml/puppet-vault)\n\n# Overview\n\nThis is a puppet module to install Hashicorp's [vault project](https://www.vaultproject.io) to keep your secrets safe. This module doesn't build the Vault packages which should be pretty easy to do using fpm.\n\nDocumentation for Vault can be found on their [site](https://www.vaultproject.io/docs/config/index.html). Take into consideration:\n* You can only define one storage backend, listener and telemetry on the config file.\n* Other configurations should be set up using Vault API or CLI.\n\n# Install Vault\n\n````\ninclude ::vault\n````\n\n# Configure Vault using Hiera\n\nThis module enables you to use hiera to configure your Vault server. It also allows you to use module [data](https://github.com/rhoml/puppet-vault/blob/master/data/common.yaml).\n\n````\nvault::config_hash:\n    backend:\n        consul:\n            address: '127.0.0.1:8500'\n            advertise_addr: \"http://%{::ipaddress_eth0}\"\n            path: 'vault/'\n    listener:\n        tcp:\n            address: \"%{::fqdn}:8200\"\n            tls_disable: 1\n    telemetry:\n        statsite_address: '127.0.0.1:8125'\n        disable_hostname: true\n    disable_mlock: true\nvault::manage_user: true\nvault::package_ensure: 'latest'\nvault::vault_user: 'vault'\nvault::restart_cmd: '/etc/init.d/vault restart'\n````\n\n# Uninstalling Vault\n\nEnsure the following hiera key is present so Vault can be correctly uninstalled\n\n```\nvault::package_ensure: absent\n```\n\n# See also\n\n* [hiera-vault](https://github.com/jsok/hiera-vault)\n* [consul](https://github.com/solarkennedy/puppet-consul)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgithub%2Fpuppet-vault","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgithub%2Fpuppet-vault","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgithub%2Fpuppet-vault/lists"}