Re: [Puppet Users] Looking up the value defined in the hiera.yaml

2020-11-23 Thread 'Dirk Heinrichs' via Puppet Users
Am Montag, den 23.11.2020, 15:23 +0900 schrieb Go Iwai: > It looks more natural if I could rewrite this line above like below: > > eyaml decrypt --file=encrypted-file > --pkcs7-public-key=%{pkcs7_public_key} > --pkcs7-private-key=%{pkcs7_private_key} I don't think you need to specify these optio

[Puppet Users] Looking up the value defined in the hiera.yaml

2020-11-23 Thread Go Iwai
Hello, I am writing this to ask you if/how I can lookup values defined in the hiera.yaml. My hiera.yaml looks like: hierarchy: - name: "sensitive data" lookup_key: eyaml_lookup_key path: sensitive.eyaml options: pkcs7_public_key: /etc/puppetlabs/puppet/keys/public_key.pkcs7.p