Change directory on PE install
Is there some way I can have the Puppet Enterprise 3.0.1 installer set confdir and/or vardir to an alternate directory before it completes the install?
First time here? Check out the FAQ!
Is there some way I can have the Puppet Enterprise 3.0.1 installer set confdir and/or vardir to an alternate directory before it completes the install?
The "right" way is to use a puppet_master module to manage your puppet master.
A shortcut way is to modify the installer by tweaking the erb/puppet.conf.erb file. Unfortunately, you'll have to modify the installer every time you want to install a new version. If you choose this path, make sure the process is documented for your other team members :).
[main]
certname = <%= @agent_certname %>
<% if @platform_name =~ /aix/i -%>
vardir = /opt/freeware/var/lib/pe-puppet
logdir = /opt/freeware/var/log/pe-puppet
rundir = /opt/freeware/var/run/pe-puppet
<% else -%>
vardir = /var/opt/lib/pe-puppet
logdir = /var/log/pe-puppet
rundir = /var ...
(more)Please start posting anonymously - your entry will be published after you log in or create a new account.
Asked: 2013-10-08 15:00:35 -0600
Seen: 76 times
Last updated: Oct 08 '13
Why does PE 3.3.2 require gtk2?
!! ERROR: The PostgreSQL server failed to start
Why is the Puppet agent not recognising environments?
How to generate certificate for a master which is not a CA
Puppet Master Server installation
Is it safe to follow the puppet-enterprise-installer -n steps manually?