puppet-nomad
puppet-nomad copied to clipboard
create custom resource type to upload keys to nomad
Affected Puppet, Ruby, OS and module versions/distributions
- Puppet: n/a
- Ruby: n/a
- Distribution: n/a
- Module version: 2.2.0
How to reproduce
Nomad has introduced the ability to store keys, like consul does.
It's probably going to be similar to the type that was created for Consul: https://github.com/voxpupuli/puppet-consul
That one is called consul_key_value, and we could call this one nomad_key_value
What are you seeing
can't use puppet to upload keys to nomad
What behaviour did you expect instead
same as consul
Output log
n/a
Any additional information you'd like to impart
wait: I need to lear how type/providers work, and then I can start the works :)