I'd like to be able to load my puppet reports generated on my Puppet
production server onto my Puppet development server using dashboard, I
rsync the directory for my reports from the Puppet production host,
from /etc/puppet/reports, to the development server.
It doesn't appear that the developmen
On the cobbler side do you have the folliwng in your /etc/cobbler/
settings file?
# if enabled, this setting ensures that puppet is installed during
# machine provision, a client certificate is generated and a
# certificate signing request is made with the puppet master server
puppet_auto_setup: 1
I have been trying to figure out for some time, I am using
puppet-2.6.11 on RedHat 5.6 and hiera 0.1.0.
Anytime I add a new hostgroup I can;t get hiera to pick up or parse
that directory structure correctly.
Has anyone ever run into this issue? or is there something simple I am
missing here. Reall
I receive this error message:
err: Could not retrieve catalog from remote server: Error 400 on
SERVER: undefined method `empty?' for nil:NilClass at /etc/puppet/
manifests/site.pp:16
It's coughing on my code in site.pp which looks like so ( all other
hiera_include have no issues, problem is at no
Apologies to all, I was missing a default .yaml file that specified
the classes for hiera to load, fixed.
On May 31, 2:38 pm, Gmoney wrote:
> I'm trying to install Hiera on a Red Hat 6 server running puppet
> 2.7.14
>
> I've installed the following gems on my 2.7.14
I'm trying to install Hiera on a Red Hat 6 server running puppet
2.7.14
I've installed the following gems on my 2.7.14 RH6 server:
puppet resource package | grep hiera
package { 'hiera':
package { 'hiera-puppet':
But still recieve this error on the client
err: Could not retrieve catalog from re
I have.
On May 29, 1:58 pm, Gmoney wrote:
> no matter what I try I keep getting this error:
>
> rake RAILS_ENV=production db:migrate --trace
> ** Invoke db:migrate (first_time)
> ** Invoke environment (first_time)
> ** Execute environment
> ** Execute db:migrate
> rake
no matter what I try I keep getting this error:
rake RAILS_ENV=production db:migrate --trace
** Invoke db:migrate (first_time)
** Invoke environment (first_time)
** Execute environment
** Execute db:migrate
rake aborted!
Access denied for user 'dashboard'@'localhost' to database
'production'
I ha
Whenever i run this command i get this error, how do I resolve it?
rake RAILS_ENV=production db:migrate --trace
rake aborted!
No Rakefile found (looking for: rakefile, Rakefile, rakefile.rb,
Rakefile.rb)
/usr/lib/ruby/vendor_ruby/rake/application.rb:495:in
`raw_load_rakefile'
/usr/lib/ruby/vendor_
This sounds great, looks like when you try to do the puppet apply that
it does not support install on RedHat 6. Any update on that? i tried
modifing the file:
/etc/puppet/modules/mongodb/manifests/init.pp
Added the following, but it still coughs, any help would be
apprecitaed, thanks.
'RedHat':
When I run this command::
rake RAILS_ENV=production db:migrate
I get this error:
Could not find rack (~> 1.1.0) amongst [actionmailer-3.2.2,
actionpack-3.2.2, activemodel-3.2.2, activerecord-3.2.2,
activeresource-3.2.2, activesupport-3.2.2, arel-3.0.2, builder-3.0.0,
bundler-1.1.2, daemon_contro
We push a number of standard files to deploy across all our servers,
one of these files /etc/sysctl.conf , whihc is unique based on whether
the server is a VM or a physical host.
What is the best practice of pushing one unique file, which
maintaining the push of the entire class of files?
I am no
order works well:
>
> updates -> extras -> puppetlabs -> epel -> rpmforge
>
> Then, as said previously, just run yum -y install puppet-dashboard and
> continue following docs. That setup will allow you access to just
> about every package you would need without causing c
I am using puppet 2.6.11 and want to pass parameter for implementing
sudo for mulitple users. So here is my simple code, which I would like
to pass to hiera to specify user name lookup. Appreciate any help,
thanks in advance.
class sudo( $name) {
#Class:: sudo
#
#
package { "sudo": ensure => pres
I have been trying to follow the bootstrap instructions for installing
puppet-dashboard. I keep getting error about rubyge(rake) and
rubygems. I'd appreciate any help or corrections, thanks in advance.
ruby-libs-1.8.7.299-4.el6.x86_64
ruby-1.8.7.299-4.el6.x86_64
These are some installation steps
15 matches
Mail list logo