summaryrefslogtreecommitdiffstats
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
* Fixing #323 -- puppetd and puppetmasterd are now in sbin; packages still need...luke2007-05-202-751/+0
* Fixing #501 -- there is now a splay option, disabled by default and when runn...luke2007-05-181-0/+1
* fixing a documentation bugajax2007-05-181-1/+1
* Making sure there is an editor set for ralshluke2007-05-161-0/+1
* Fixing the to_trans method and ralsh a bit so ralsh now works with the new la...luke2007-05-101-7/+13
* Intermediate commit of more reference work, including making provider suitabl...luke2007-05-081-4/+19
* The result of .compact.join("\n") isn't assigned to anything. Fix.josb2007-05-081-3/+3
* Adding a dynamic? option for references, so those are not stored in tracluke2007-05-071-1/+4
* First run at moving references to lib/puppet instead of puppetdocluke2007-05-071-514/+27
* Fixing #206 and #422. Executables will still look for the deprecated config ...luke2007-05-068-23/+35
* Correcting function reference markupluke2007-05-041-1/+2
* Applying patch to puppetrun docs from JosBluke2007-05-041-2/+5
* Committing all the work that josb did, plus a couple of small changesluke2007-05-031-20/+74
* Applying patch to puppetd from Jos Backusluke2007-05-021-9/+8
* Fixing class name for Handler in puppetdluke2007-05-011-1/+1
* Adding --serve back in as an option to puppetd, and failing when a handler is...luke2007-05-011-0/+3
* Fixing #574; puppetmasterd now exits with non-zero error code when there is a...luke2007-04-261-0/+1
* Adding a note to the references indicating that they are autogenerated.luke2007-04-241-0/+1
* Refactoring puppetdoc so it is a bit cleaner and is actually object-oriented....luke2007-04-241-200/+251
* Last modifications to rst conversion before bedtimeluke2007-04-241-20/+34
* All conversions to RST are done, but I did not quite succeed at making puppet...luke2007-04-241-37/+93
* Mostly done with the conversion to restructured text, but there are still som...luke2007-04-241-57/+68
* Translating all of the docs except the type docs to RSTluke2007-04-231-8/+178
* Adding a --version argument to puppetcaluke2007-04-171-0/+7
* Fixing Client.read_cert so that it automatically adds the certificate informa...luke2007-03-301-1/+3
* Fixing puppetdoc with the recent changes to the networking codeluke2007-03-281-1/+2
* Fixing #562; I had to fix how the client class was loadedluke2007-03-241-1/+1
* Applying patch by Ian Burrell from #559luke2007-03-241-1/+1
* Renaming pbucket to filebucketluke2007-03-241-0/+0
* Finalizing the filebucket client, with test code.luke2007-03-241-7/+45
* Adding filebucket client appluke2007-03-241-0/+176
* Fixing the "readcert" method after getting the signed cert; the method got re...luke2007-03-221-1/+1
* Don't clobber an explicitly given waitforcertlutter2007-03-191-1/+3
* Adding the "ralsh" executable (formerly known as x2puppet).luke2007-03-191-0/+149
* Updating the config generation stuff a bit, mostly just cleanup, but also cha...luke2007-03-191-4/+4
* Adding provider features. Woot!luke2007-03-191-19/+30
* Fixing #533 -- puppetd now exits in onetime mode.luke2007-03-181-1/+3
* Putting the final touches on #144, most of which I had provided in the mongre...luke2007-03-081-1/+5
* Merging the webserver_portability branch from version 2182 to version 2258.luke2007-03-065-43/+42
* Adding "ignorecache" option to always force a recompile of the configurationluke2007-02-281-1/+2
* Moving all of the client and server code into a single network/ directory. I...luke2007-02-085-18/+18
* Moving some of the stand-alone classes into the util/ subdirectory, to clean ...luke2007-02-075-27/+27
* Puppet can now read files on stdin. This means you can put "#!/usr/bin/env p...luke2007-01-301-1/+5
* Not creating the listening server at all if --onetime is enabled.luke2007-01-301-5/+3
* Moving the switch that disables the certificate authority into the main libra...luke2007-01-301-4/+5
* Fixing the warning message related to namespaceauth.confluke2007-01-291-1/+1
* updating docs with new location for reference infoluke2007-01-225-5/+10
* Fixing a few testing bugs that have crept in, and fixing a self-reference pro...luke2007-01-051-1/+1
* Using Puppet.settraps in puppet executable, instead of old ad-hoc code.luke2007-01-041-10/+1
* Simple script to produce type infolutter2007-01-031-0/+235