search for: gmoney

Displaying 4 results from an estimated 4 matches for "gmoney".

Did you mean: money
2012 Jan 26
6
Issue Installing Puppet on Red Hat6
...ools rvm-env ruby bash rvm install 1.8.7 yum install ruby downloaded rubygems from: http://rubygems.org/pages/download gem install rubygems-update LD_LIBRARY_PATH=/usr/local/rvm/src/ruby-1.8.7-p357:$PATH export LD_LIBRARY_PATH gem install mysql-2.8.1.gem install rake: git clone git@github.com:gmoneyice/rake cd /root/ruby gem install rake Here is the error: yum install puppet-dashboard Loaded plugins: rhnplugin This system is not registered with RHN. RHN support will be disabled. Setting up Install Process Resolving Dependencies --> Running transaction check ---> Package puppet-dashb...
2012 Feb 06
3
Passing class parameters to hiera
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 => present, } file { "/etc/sudoers": owner => root, group => root,
2012 May 24
9
Announcing Razor
Puppet Labs is really thrilled to announce, in conjunction with EMC, our new open source bare metal provisioning tool: Razor. Razor is next generation provisioning software that handles bare metal hardware and virtual server provisioning with inventory discovery and tagging, rule-based policy management, and extensible broker plugin integration. It integrates closely with Puppet and Facter. The
2012 May 29
1
Puppet Dashboard: Setting up RAILS environment
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 have setup the dashboard user in mysql DB, tested