[Puppet Users] Re: get secrets from vault

2023-03-02 Thread Aaron Russo
Don't you need a Deferred call to read into the hash, since it's a Deferred? We use a Deferred inline_epp to do this: ``` $test = Deferred('vault_lookup::lookup', ["secret/data/test", 'https://examplevault.com:8200']) node default { notify { 'example': message => Deferred('inline_epp', ['<

[Puppet Users] Re: get secrets from vault

2023-03-02 Thread Monther Yasin
$d['city'] should give you the city name and this will return the name $d['name']. message => $d['city'] On Wednesday, March 1, 2023 at 11:45:27 AM UTC-5 prajwa...@gmail.com wrote: > Hi , > > I am trying to get secrets from vault. > > *vault*.*pp:* > > $d = Deferred('vault_lookup::lookup', ["