Modifying the puppet.conf in the default kickstart

Hi,

I was just wondering where the template for puppet.conf resided that is
used in the default kickstart?

<% if puppet_enabled %>
echo "Configuring puppet"
cat > /etc/puppet/puppet.conf << EOF
<%= snippet 'puppet.conf' %>

I was wondering if it is desirable to try to modifying the configuration
there, or try to have puppet manage it afterwards?

Specifically I want to increase the configuration timeout for the puppet
agent by adding a line.

Thanks,

Terrence

Hi,

You can find it under provisioning template in the hosts tab.

IMHO you can modify it here.

Regards,

··· 2015-01-14 19:08 GMT+01:00 Terrence Martin :

Hi,

I was just wondering where the template for puppet.conf resided that is
used in the default kickstart?

<% if puppet_enabled %>
echo "Configuring puppet"
cat > /etc/puppet/puppet.conf << EOF
<%= snippet ‘puppet.conf’ %>

I was wondering if it is desirable to try to modifying the configuration
there, or try to have puppet manage it afterwards?

Specifically I want to increase the configuration timeout for the puppet
agent by adding a line.

Thanks,

Terrence


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 foreman-users+unsubscribe@googlegroups.com.
To post to this group, send email to foreman-users@googlegroups.com.
Visit this group at http://groups.google.com/group/foreman-users.
For more options, visit https://groups.google.com/d/optout.

That was exactly what I was looking for thanks. :slight_smile: