On Fri, Jun 15, 2012 at 3:07 PM, hulk15 <btholc...@gmail.com> wrote:
> Hey guys,
>     Trying to install PE for a PoC and have run into the following:  Has
> anyone seen this?
>
> Starting puppet:                                           [  OK  ]
> ** chkconfig pe-puppet on
> ** cp -a /etc/puppetlabs/puppet-dashboard/database.yml
> /etc/puppetlabs/puppet-dashboard/database.yml.20120615T215945.bak
> ** cp -a /etc/puppetlabs/puppet-dashboard/settings.yml
> /etc/puppetlabs/puppet-dashboard/settings.yml.20120615T215945.bak
> ** /opt/puppet/bin/erb -T - './erb/console_auth_db_config.yml.erb' >
> '/etc/puppetlabs/console-auth/database.yml'
> /opt/puppet/bin/erb:115:in `read': No such file or directory -
> ./erb/console_auth_db_config.yml.erb (Errno::ENOENT)
>         from /opt/puppet/bin/erb:115:in `run'
>         from /opt/puppet/bin/erb:140
> Thanks!

In the extracted tarball directory, the root install dir where
'puppet-enterprise-installer' lives there should be a directory 'erb'
which contains the file 'console_auth_db_config.yml.erb'. Does this
exist? Have you done anything that could have removed either the file
or the directory?

The actual command is trying to load it from './erb/...' did you run
the installer from the directory where it resides (ie
'./puppet-enterprise-installer') or from another location
'/tmp/extracted_dir/puppet-enterprise-installer'?

The file should be there unless the tarball/extracted directory was
tampered with and the installer should be able to find it as long as
it was ran from the directory where it sits. If the file doesn't exist
I'd try either re-extracting the tarball or re-downloading. If none of
that works, lemme know on the pe-users list (which is where questions
like this should go) which platform, major version, PE version,
tarball you've been getting and we can go from there.


 - Justin
>
> --
> You received this message because you are subscribed to the Google Groups
> "Puppet Users" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/puppet-users/-/yrKyyr-_yesJ.
> To post to this group, send email to puppet-users@googlegroups.com.
> To unsubscribe from this group, send email to
> puppet-users+unsubscr...@googlegroups.com.
> 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 puppet-users@googlegroups.com.
To unsubscribe from this group, send email to 
puppet-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en.

Reply via email to