On Monday, January 30, 2017 at 6:40:52 AM UTC-6, Patil Jyotsna wrote:
>
> Can we install puppet agent on multiple host machine using one remote 
> machine (considering puppet master is already installed on the remote 
> machine)?
>
>
I suppose you mean to ask whether you can *use Puppet* to do that.  No, 
generally you can't.  Puppet has no magic.  The agent is its way to apply 
remotely-specified configuration to any given machine; it follows that if 
the agent is not already installed then Puppet provides no way for a remote 
master to modify the system.  And that's exactly as you should want, for 
otherwise, what would prevent a rogue actor from using Puppet to apply 
changes of their choosing?

Puppet Enterprise does have mechanisms to facilitate installation of the 
agent, and there are various technologies for remote installation available 
for various computing platforms.  And for new deployments, it is advisable 
to incorporate agent installation into the provisioning and deployment 
process.  But no, Puppet does not do remote installation -- neither of 
itself, nor of anything else.  Do not be confused by the capability of the 
agent, once installed, to perform *local* software installation as directed 
by catalogs provided to it by a remote master.


John

-- 
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/7dad4a41-97c1-4c19-970e-876756262bea%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to