summaryrefslogtreecommitdiff
path: root/bin/puppetrun
AgeCommit message (Expand)AuthorFilesLines
2008-09-19Fixed #1500 - puppetrun host regressionAndrew Shafer1-1/+1
2008-08-17Add the -P/--ping option to puppetrun, fixes #1501AJ Christensen1-7/+15
2008-07-01Fixed #1006 - puppetrun --class works again. I added the classLuke Kanies1-43/+5
2008-02-28Fixing #1101 -- puppetrun works again.Luke Kanies1-6/+1
2008-02-16Fixed ticket #1070 - puppetrun configuration parse problemJames Turnbull1-1/+1
2008-01-28Fixed #1006 - changed ldapnodes to node_terminusJames Turnbull1-1/+1
2008-01-13Fixes ticket #1004 - documentation fixes for ralsh and puppetrunJames Turnbull1-1/+1
2007-10-03Removing the Id tags from all of the filesLuke Kanies1-1/+0
2007-09-22Renaming the 'Puppet::Util::Config' class toLuke Kanies1-3/+3
2007-05-06Fixing #206 and #422. Executables will still look for the deprecated config ...luke1-0/+2
2007-05-04Applying patch to puppetrun docs from JosBluke1-2/+5
2007-03-24Fixing #562; I had to fix how the client class was loadedluke1-1/+1
2007-03-06Merging the webserver_portability branch from version 2182 to version 2258.luke1-1/+0
2007-02-08Moving all of the client and server code into a single network/ directory. I...luke1-3/+3
2007-02-07Moving some of the stand-alone classes into the util/ subdirectory, to clean ...luke1-3/+3
2007-01-22updating docs with new location for reference infoluke1-1/+6
2006-12-29Adding carriage returns to output of puppetrunluke1-3/+3
2006-12-27Fixing #353. It was as simple as exiting with a different error code dependi...luke1-1/+11
2006-11-16Fixing #347 (I hope). Doing a provisional require of rubygems.luke1-0/+7
2006-11-13Removing the caveat so that the log message is always provided during a run.luke1-1/+1
2006-11-13Applying patch from #335luke1-0/+1
2006-11-08Merging the code over from the oscar branch. I will now be doing all develop...luke1-12/+1
2006-10-10Catching missing ldap correctly in puppetrunluke1-1/+1
2006-09-15Specifically rescuing Exception, since apparently the default does not rescue...luke1-1/+1
2006-09-14Catching all errors encountered during loading, not just LoadError, to fix on...luke1-2/+2
2006-09-14Brute force fix for trac #266lutter1-1/+5
2006-06-29changing the #!ruby lines to #!env rubyluke1-1/+1
2006-06-27switching puts to print, so the carriage returns are always included in the m...luke1-5/+5
2006-06-26Fixing some more small problems in puppetrunluke1-4/+11
2006-06-26Adding more docs to puppetrun, and fixing bug that can cause hosts to get ski...luke1-2/+8
2006-06-14Just logging host failures, not exitingluke1-1/+1
2006-06-14Adding fqdn, an --all flag, and --test mode to puppetrunluke1-9/+54
2006-06-14adding namespaceauth and --listen docs to puppetrunluke1-1/+29
2006-06-13abstracting out ldap connections so that there is a single method responsible...luke1-9/+1
2006-06-13adding ssl usage to puppetrunluke1-1/+7
2006-06-13fixing parallelization to match the docsluke1-1/+1
2006-06-13Correcting puppetrun docs and fixing a test so it works with older versions o...luke1-2/+2
2006-05-19slight ldap fixes in puppetrunluke1-1/+4
2006-05-19First version of puppetrun. It seems to mostly work, but I need to test it w...luke1-0/+298