[Puppet Users] Puppet Reporting

2012-12-11 Thread Gmoney
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

[Puppet Users] Re: Initial run problems

2012-11-15 Thread Gmoney
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

[Puppet Users] Hiera and Puppet 2.6.11 issue

2012-08-13 Thread Gmoney
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

[Puppet Users] Hiera Lookup Issues Ubuntu 12.04

2012-06-06 Thread Gmoney
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

[Puppet Users] Re: Installing Hiera on Puppet Master 2.7.14

2012-05-31 Thread Gmoney
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

[Puppet Users] Installing Hiera on Puppet Master 2.7.14

2012-05-31 Thread Gmoney
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

[Puppet Users] Re: Puppet Dashboard: Setting up RAILS environment

2012-05-29 Thread Gmoney
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

[Puppet Users] Puppet Dashboard: Setting up RAILS environment

2012-05-29 Thread Gmoney
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

[Puppet Users] Ruby question with Dashboard

2012-05-26 Thread Gmoney
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_

[Puppet Users] Re: Announcing Razor

2012-05-24 Thread Gmoney
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':

[Puppet Users] Preparing Schema: Installing Dashboard

2012-03-23 Thread Gmoney
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

[Puppet Users] Applying specific file within list of files in a class

2012-03-06 Thread Gmoney
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

[Puppet Users] Re: Issue Installing Puppet on Red Hat6

2012-02-10 Thread Gmoney
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

[Puppet Users] Passing class parameters to hiera

2012-02-06 Thread Gmoney
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

[Puppet Users] Issue Installing Puppet on Red Hat6

2012-01-26 Thread Gmoney
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