[Puppet Users] Re: multiple key value pair in environment

2023-05-26 Thread 'sli...@verizon.net' via Puppet Users
also tried environment => [ 'key1=v1', 'key2=v2' ] still its not present.. On Friday, May 26, 2023 at 7:55:03 AM UTC-4 sli...@verizon.net wrote: > Hello, > > ow to set multiple key value pairs in cron environment property? > > I tried > environment => 'key1=v1,key2=v2' > and > environment =>

[Puppet Users] multiple key value pair in environment

2023-05-26 Thread 'sli...@verizon.net' via Puppet Users
Hello, ow to set multiple key value pairs in cron environment property? I tried environment => 'key1=v1,key2=v2' and environment => 'key1=v1:key2=v2' however in my cron job, echo $key1 or $key2 are always empty. -S -- You received this message because you are subscribed to the Google Group

Re: [Puppet Users] using vault

2023-05-25 Thread 'sli...@verizon.net' via Puppet Users
nsions. > > On Thu, May 25, 2023 at 08:03 'sli...@verizon.net' via Puppet Users < > puppet...@googlegroups.com> wrote: > >> Thanks I added to /etc/sysconfig/puppet and looks like agent service is >> up. >> However, i ran into other issue. >&g

Re: [Puppet Users] using vault

2023-05-25 Thread &#x27;sli...@verizon.net&#x27; via Puppet Users
e Vault connection will be made > from the agent. Therefor, if you configure Vault using environment > variables, you'll want to do so from the agent. If you're using systemd, > you should be able to configure those in the .service file as you suggest. > > > > >

[Puppet Users] using vault

2023-05-24 Thread &#x27;sli...@verizon.net&#x27; via Puppet Users
Hello, I have vault set up using role and secret id I downloaded puppetlabs-vault module and saw the code snippet with that module https://www.puppet.com/integrations/vault-by-hashicorp *With vault_lookup::lookup deferred method, i don't want to pass my role and secret, so other option is set a