Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/voxpupuli/puppet-vault_lookup


https://github.com/voxpupuli/puppet-vault_lookup

Refactor acceptance tests to use separate image for certs

Before this change, there was some tomfoolery around moving the certs onto the
puppetserver, whi...

a38e521d7a722102f652636125aefe7f23d53db2 authored about 6 years ago by Tony Vu <[email protected]>
Run acceptance tests in travis

This commit adds configuration to the travis yml to run `rake acceptance`.

95ad575192edc6dede887d22be30420227bf9c6c authored about 6 years ago by Tony Vu <[email protected]>
Merge pull request #10 from petems/add_environmental_lookup

Add Environmental Lookup option

9cc939bd89c6eb254c69f68a9a5f6d41f86e5241 authored about 6 years ago by Peter Souter <[email protected]>
Adds ability to do Vault lookup from ENV

* We don’t always know what the Vault address will
Be
* Pulling from ENV value makes sense for t...

0131454efcc273d6d6bfb65dae0ff1a79572b5c6 authored about 6 years ago by petems <[email protected]>
(PUP-9212) Add acceptance tests

The acceptance tests added in this are not compatible with the canned
beaker vagrant host files,...

1ae085781895bbb5ae2279e09bca7b24db678f05 authored about 6 years ago by Tony Vu <[email protected]>
[blacksmith] Bump version to 0.1.2-rc0

a5905ec21f59e263a183b34b9ce9fefd851bcf28 authored about 6 years ago by Patrick Carlisle <[email protected]>
Prep for 0.1.1

e5444b6acc7120748de71627d8ddfc14710c4c46 authored about 6 years ago by Patrick Carlisle <[email protected]>
Build with puppet 5

a738b643fbc9d115fecba3c01950569d2005a2de authored about 6 years ago by Patrick Carlisle <[email protected]>
modulesync 2.0.0-24-g272899e

a61df12652b9f3d124ea7ba12d08d857002543eb authored about 6 years ago by Patrick Carlisle <[email protected]>
Add travis credentials

06e5ca7a434245ca63b2e4261a5c5bcd1b235dfe authored about 6 years ago by Patrick Carlisle <[email protected]>
[blacksmith] Bump version to 0.1.1-rc0

702a198de747b02f2da766dae9a35a543fe724b5 authored about 6 years ago by Patrick Carlisle <[email protected]>
modulesync 2.1.0

77e5b8b3d6c6230a4ff417279c876426d64cd840 authored about 6 years ago by Patrick Carlisle <[email protected]>
README updates

Minor README updates

5f2a2759525d2e6ec86950d10058e99fe9a910f2 authored about 6 years ago by Lindsey Smith <[email protected]>
Fix minimum puppet version in metadata

5fa36d7901ce0ddd469ce62347b406101c25a7d3 authored about 6 years ago by Patrick Carlisle <[email protected]>
Don't manage .rubocop.yml with modulesync

There's no way to override the minimum ruby version from 1.9, and we
don't support anything Pupp...

b6254798bf8d1f18a3cc946686d39bd5e0531824 authored about 6 years ago by Patrick Carlisle <[email protected]>
Prepare .sync.yml for modulesync

This module depends on Puppet 6

373b57272c8d4763c25954d50ac0bb2a3335ef28 authored about 6 years ago by Patrick Carlisle <[email protected]>
Migrate metadata for vox pupuli

43102833447ca08b75b9c9d06d7176c6617936bc authored about 6 years ago by Patrick Carlisle <[email protected]>
Clarify that vault and puppet must use the same CA for now

f8a71909da73b5d90ee4e51effdfcc3c2363059f authored about 6 years ago by Patrick Carlisle <[email protected]>
Format README for command line readability

d01f9271bcefa9613b337430bb921e33c88417ef authored about 6 years ago by Patrick Carlisle <[email protected]>
Downgrade rubocop

This was causing issues with dependencies. We'll have to stick with this
until puppet-module-pos...

9e02eebd2803789ebb97999263296d6299795aff authored over 6 years ago by Patrick Carlisle <[email protected]>
Update documentation

1138ebe429677a14738be4dc78e08f20a549d619 authored over 6 years ago by Patrick Carlisle <[email protected]>
Remove option for not raising exceptions for now.

5e5ed917a549323ff8f730f7df9cfdc481f6fa51 authored over 6 years ago by Patrick Carlisle <[email protected]>
Add unit tests

a79661e12f05ab28f6078f59eff35850cc944d55 authored over 6 years ago by Patrick Carlisle <[email protected]>
Rename lookup spec

8a30b85f4492a930a10727b463951208d38dcabd authored over 6 years ago by Patrick Carlisle <[email protected]>
Use rspec mocks

690a791419164daae4569bc80e95c196cab313b1 authored over 6 years ago by Patrick Carlisle <[email protected]>
Update to pdk 1.7.0 template

e9059db5da8e8e83258897ae20ebc088479cbd26 authored over 6 years ago by Patrick Carlisle <[email protected]>
Rename function to match module name

32ae897fd699fc23360a6d789650e3322c2e9e93 authored over 6 years ago by Patrick Carlisle <[email protected]>
Add pdk defaults

2c61c82e072d405298498c09201d215cc1cd2a5b authored over 6 years ago by Tony Vu <[email protected]>
namespace to vox_pupuli

aa39a0ff419e40614cfb54a43261c99094ddb332 authored over 6 years ago by Tony Vu <[email protected]>
Refactor single lookup method into multiple

3f7f7bb6bafdac61452812b488edfbf60482f89f authored over 6 years ago by Tony Vu <[email protected]>
Remove default value for vault_url

8002ff65d584bc843ead719e48121032a31af675 authored over 6 years ago by Tony Vu <[email protected]>
Wrap JSON parsing with error handling

a49eb605fa852c57b7aca4cf2b3c4762a24e1142 authored over 6 years ago by Tony Vu <[email protected]>
Use http_debug over Puppet.debug

Since the module can use the puppet http_debug flag, it doesn't need
print the body with Puppet....

f87c5573f511d58692275d18b890af46bc753e88 authored over 6 years ago by Tony Vu <[email protected]>
Fix typo in vault auth url

d7414e1ac6a340b5aa40c35918adfb65130e259a authored over 6 years ago by Tony Vu <[email protected]>
Format function for error handling and raising exceptions

77dcf26adcbc331685405ceb74b8d0e41c415629 authored over 6 years ago by Tony Vu <[email protected]>
Use Puppet's internal http classes instead of vault gem

75948414680c1834caaaaa5fb3cd4adec8a56752 authored over 6 years ago by Tony Vu <[email protected]>
initial commit

102b16076768bfdcfbaf3f140aadc808c8e183f6 authored over 6 years ago by Tony Vu <[email protected]>