On 28/09/16 15:06, thrinay garrepalli wrote: > Hello, > > I have installed ubuntu by Foreman un attended installation. Puppet > master is working fine but when I run puppet on the client it is showing > an error that puppet command not found. > I have installed client on a VM and Foreman server is on Hardware server.
Is Puppet even installed on the client? Check the package list for puppet or puppet-agent, depending on the version. Note that newer versions may have the binaries in /opt/puppetlabs/bin/ instead, so check there. This directory should though be added to PATH via profile scripts, through the Puppet packages. If it isn't installed, ensure a Puppet proxy is selected on the host or override the behaviour of the template through the "force-puppet" parameter (https://github.com/theforeman/community-templates/blob/develop/preseed/provision.erb#L12) or edit it as you see fit. -- Dominic Cleal [email protected] -- You received this message because you are subscribed to the Google Groups "Foreman 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 https://groups.google.com/group/foreman-users. For more options, visit https://groups.google.com/d/optout.
