Hi Paras,
    Whenever puppet agent requested catalog from puppet master then it 
first check the certificate information present or not(agent registered or 
not). 
At time of first run puppet agent request for certificate and skip the 
execution of puppet manifests catalog, This happen until puppet master sign 
(register) the certificate request of puppet agent.
When you sign the certificate request of agent on master then only it 
execute the puppet manifests.

If you dont want to apply actual changes of puppet manifests but want to 
check execution flow the use --noop option.

#   puppet agent --server puppetmaster --waitforcert 60 --test --noop

Refer http://docs.puppetlabs.com/learning/agent_master_basic.html for 
working of puppet master-agent working. 

Thanks and Regards,
Rahul Khengare,
NTT DATA OSS Center, Pune, India. 


On Thursday, October 31, 2013 2:14:59 AM UTC+5:30, Paras pradhan wrote:
>
> Hi, 
>
> When I register to master using:  puppet agent --server puppetmaster 
> --waitforcert 60 --test , it does register but also runs: puppet agent -t 
> internally. I *only* need to register to master.  is it possibie?
>
>
> Thanks
>
> Paras.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to puppet-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/puppet-users/cb04d79a-1fae-43e9-86e3-f18b69ed408d%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to