Hi, Puppet is not installed on the client. I have used same thing you have mentioned in the link. But when I see the preview for that client I cann't see those lines. my preseed default template consists of <% # safemode renderer does not support unary negation pm_set = @host.puppetmaster.empty? ? false : true proxy_string = @host.params['http-proxy'] ? " http://#{@host.params['http-proxy']}:#{@host.params['http-proxy-port']}" : '' puppet_enabled = pm_set || @host.param_true?('force-puppet') salt_enabled = @host.params['salt_master'] ? true : false %> Thank you.
On Wednesday, September 28, 2016 at 4:07:50 PM UTC+2, 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. > > I have downgraded puppet server by this command "apt-get install > puppetserver=2.5.0-1puppetlabs1" > > Thank you, > -- 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.
