Hi, On 04/13/2013 11:41 AM, Francesco wrote: > Excuse me When I add node from the dashboard is there any possibility to > push puppet-agent to the client ?? > Thank you in advance!!! > Francesco
you mean, given a *nix node A and the dashboard, you'd like to be able to add the node in dashboard and somehow make it install the puppet agent on the node? Not likely. You'd need some kind of service on the node that handles the installation, and dashboard would need to interface with that service. Typically, it is puppet that provides this service. So you probably want to include a means of puppet installation in your OS provisioning. HTH, Felix -- 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/puppet-users?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
