[Puppet Users] Re: Warning: Unable to fetch my node definition, but the agent run will continue:

2016-10-18 Thread jcbollinger
On Monday, October 17, 2016 at 10:43:44 AM UTC-5, John Gelnaw wrote: > > Some things to keep in mind for successful ENC scripts... > > First, on the agent, run: > > # facter fqdn > > This is the node name that will be reported to the puppet master > (equivalent to 'hostname -f'). > ... unless

[Puppet Users] Re: Warning: Unable to fetch my node definition, but the agent run will continue:

2016-10-17 Thread John Gelnaw
Some things to keep in mind for successful ENC scripts... First, on the agent, run: # facter fqdn This is the node name that will be reported to the puppet master (equivalent to 'hostname -f'). If it doesn't match expectations, fix that first-- preferably via DNS, but /etc/hosts is a valid

[Puppet Users] Re: Warning: Unable to fetch my node definition, but the agent run will continue:

2016-10-15 Thread khamru munnu
Hi , Am also getting the same error. Can you please let me know how you fixed. I placed the below in puppet master /etc/puppet/puppet.conf [master] node_terminus = exec external_nodes = /usr/local/bin/snc_enc.py Can you please help. On Wednesday, 27 November 2013 06:31:38 UTC+5:30,

[Puppet Users] Re: Warning: Unable to fetch my node definition, but the agent run will continue:

2015-10-06 Thread jcbollinger
On Monday, October 5, 2015 at 9:45:34 AM UTC-5, Dale Bradman wrote: > > Hi Szerémi, > > I am new to Puppet. Could you explain this a little more please? > > I have my Puppet master and the node I am trying to run 'puppet agent > --test' on however I am seeing the same error as Shawn. > > To

[Puppet Users] Re: Warning: Unable to fetch my node definition, but the agent run will continue:

2015-10-05 Thread Dale Bradman
Hi Szerémi, I am new to Puppet. Could you explain this a little more please? I have my Puppet master and the node I am trying to run 'puppet agent --test' on however I am seeing the same error as Shawn. Which /etc/hosts file are you talking about - puppet master or the node? Thanks. On

[Puppet Users] Re: Warning: Unable to fetch my node definition, but the agent run will continue:

2014-01-31 Thread Szerémi Attila
I had this same issue. It seemed like the very first warning was the key. By adding the hostname that my own agent server was configured as to /etc/hosts as 127.0.0.1, all the errors went away and the command ran successfully. On Wednesday, November 27, 2013 1:01:38 AM UTC, Shawn Parker wrote: