On Tue, Apr 24, 2012 at 11:18 AM, JA <[email protected]> wrote:
> Stefan; > > Thanks for the suggestion. However, we are running puppet via > Passenger. So, I assume I need to update the config.ru file. Do you > have any suggestions about that? Greatly appreciate your help and > advice! > Look for the ARGV line like: ARGV << "--rack" and modify it to: ARGV << "--config" << "path/to/your/config" << "--rack" > > > On Thu, Apr 19, 2012 at 6:17 PM, Stefan Schulte > <[email protected]> wrote: > > On Thu, Apr 19, 2012 at 03:56:37PM -0400, JA wrote: > >> Hi Everyone; > >> > >> I want puppet to be installed in /app/puppet instead of the default > /etc. > >> I cannot figure out how to get the puppetmasterd to look for the > >> config file (puppet.conf) in /app/puppet instead of /etc/puppet. > >> > >> If anyone can help, I would really appreciate it! > >> > > > > It should work if you start your master with --confdir /app/puppet > > > > -Stefan > > > > -- > > You received this message because you are subscribed to the Google > Groups "Puppet Users" group. > > To post to this group, send email to [email protected]. > > To unsubscribe from this group, send email to > [email protected]. > > For more options, visit this group at > http://groups.google.com/group/puppet-users?hl=en. > > > > -- > You received this message because you are subscribed to the Google Groups > "Puppet Users" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/puppet-users?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
