Re: [Puppet Users] Puppet trial license file.

2023-03-02 Thread 'Ben Ford' via Puppet Users
You should not need a license.key for a PE trial. The CD4PE yaml file will let you also trial CD4PE. On Mar 2, 2023, at 7:49 AM, eager2learn wrote: I request a trial license for my Puppet Enterprise installation. I got a CD4PE.yaml file. But the Puppet Enterprise installation requires a licen

[Puppet Users] Puppet trial license file.

2023-03-02 Thread eager2learn
I request a trial license for my Puppet Enterprise installation. I got a CD4PE.yaml file. But the Puppet Enterprise installation requires a license.key file. Is it possible to create a license.key file from that CD4PE.yaml file? If no, how can I get a license.key file with a trial license? What is

[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', ["