Re: [Puppet Users] Enc forcing environment even passed via command line

2023-01-12 Thread Tejas Bhosale
I am using self written script took as ref from here https://github.com/T-Systems-MMS/puppet-example-enc/blob/master/puppet_enc.sh There i am classifying nodes based on env prod and development ... but when i want to make some new changes on development i want multiple people to work there so i w

Re: [Puppet Users] Enc forcing environment even passed via command line

2023-01-12 Thread Martin Alfke
Hi Tejas, It looks like you are using an ENC (https://www.puppet.com/docs/puppet/7/nodes_external.html#comparing_encs_and_node_definitions) This can either be Puppet Enterprise or Foreman. These can force a node to make use of a specific environment only and it forbids switching Puppet environm

[Puppet Users] Call was interrupted while running my manifest

2023-01-12 Thread Naresh Kumar
Hi, I am new to puppet and trying to run my manifest. I am getting the following error, Debug: Facter: executing command: /usr/bin/sh -c /usr/bin/virsh list --name Debug: Facter: select call was interrupted and will be retried. FYI. I have recently upgraded my Puppet from 3.8.7 to 5.5.22 as I mo