Displaying 2 results from an estimated 2 matches for "downloadingpuppet".
Did you mean:
  downloading_puppet
  
2009 Apr 15
7
How To: Puppet Setup on Redhat 8 using the puppet gem.
...s-1.3.1.tgz
     * This is an easy install.  Extract the rubygems tar then install 
it using the newly installed version of ruby.
   # cd rubygems-1.3.1
   # /opt/puppet/bin/ruby setup.rb
   * Almost done.  Now download the latest stable puppet gem from 
http://reductivelabs.com/trac/puppet/wiki/DownloadingPuppet.  I ended up 
installing puppet-0.24.8.gem
   # /opt/puppet/bin/gem install puppet-0.24.8.gem
   * That''s it!  Puppet should now be located in 
/opt/puppet/lib/ruby/gems/1.8/bin.  I ended up creating a puppet module 
that links the different binaries from the gems directory to /usr/bin &...
2009 Jul 18
15
large file download, timeout?
Hi.  I''m a beginner, but I have a basic puppet setup working.  I am 
doing a manual tarball installation and it seems to be hanging then 
eventually timing out on just downloading the file:
     file { "/opt/hadoop-0.20.0.tar.gz":
	source => "puppet:///hadoop020/hadoop-0.20.0.tar.gz"
     }
I have another module that does the same things and works, my only guess