summaryrefslogtreecommitdiff
path: root/chef/distro
Commit message (Collapse)AuthorAgeFilesLines
* bump to 0.10 beta 80.10.0.beta.8Daniel DeLeo2011-04-0834-34/+34
|
* updated all existing docs and added html manualsDaniel DeLeo2011-04-0855-760/+2003
|
* moving knife to section 1 of the manualDaniel DeLeo2011-04-0842-238/+298
|
* update manpages, add rake task to generate themDaniel DeLeo2011-04-0835-1047/+3067
|
* split knife manpages into separate categoriesDaniel DeLeo2011-04-0817-660/+574
|
* CHEF-1938, fix the broken get pid function calljtimberman2011-03-214-16/+0
|
* CHEF-1938, add boot scripts for archlinuxjtimberman2011-02-044-0/+16
|
* CHEF-1660, corrected get_pid functionjtimberman2011-02-045-5/+5
|
* pidfile handled in init scriptjtimberman2011-02-041-1/+1
|
* Add rc.d scripts and configs for ArchLinuxjtimberman2011-02-0410-0/+429
|
* CHEF-1769 loop on maxtriesjtimberman2011-02-043-41/+41
|
* [CHEF-1584] fix pidfile option in redhat init scriptDaniel DeLeo2011-02-011-1/+1
| | | | Apply patch by Michael Leinartas
* Fix CHEF-1853: Pass $PIDFILE to chef-client in Debian init scriptsSebastian Boehm2011-02-011-1/+1
|
* Fleshed out BBG documentation for the knife command.Christian Paredes2010-11-081-5/+10
|
* Boostrapping a Block now works, albeit not with the bluebox-bootstrap file.Jesse Proudman2010-11-081-1/+1
|
* Completed the first beta build of the Blue Box bootstrap processing. Added ↵Jesse Proudman2010-11-081-0/+18
| | | | documentation to the markdown file.
* Initial commit of Knife support for Blue Box Blocks. Provides the ability ↵Jesse Proudman2010-11-081-1/+11
| | | | to list imges, create servers, destroy servers and list servers.
* [CHEF-1584] write the pidfile in redhat init.d scriptGilles Devaux2010-10-061-1/+1
|
* CHEF-1675 update man page with status commandjtimberman2010-09-292-79/+96
|
* CHEF-1614, use sleep timers STARTTIME and DIETIMEjtimberman2010-09-056-2/+18
|
* CHEF-1499, update knife man pagejtimberman2010-07-291-243/+632
|
* CHEF-1499, update markdown file for 0.9.8jtimberman2010-07-291-44/+251
|
* [CHEF-1390] start webui not API w/ the webui startup scriptDaniel DeLeo2010-06-261-1/+1
| | | | also use port 4040
* [CHEF-1378] Add upstart config to chef/distroDean Strelau2010-06-255-0/+85
|
* regenerate manpage from markdownDaniel DeLeo2010-06-181-0/+8
|
* Adding purge flag to cookbook bulk delete and adding notes to knife man pageChris Walters2010-06-181-0/+6
|
* [CHEF-1331] update the manpages for CHEF-1293 and CHEF-1325Daniel DeLeo2010-06-182-193/+204
| | | | | knife cookbook delete and knife cookbook download now do not require the version argument
* knife man page updatesjtimberman2010-06-182-163/+322
| | | | | | - fix brkoen formatting (double quotes) that caused some data to be lost when ronn converted - update the roff output file.
* Update knife man page markdown.jtimberman2010-06-181-6/+93
|
* git butchered the knife manpage, regen from markdownDaniel DeLeo2010-06-011-269/+677
|
* Also add markdown directoryjtimberman2010-06-012-0/+523
| | | | | * Contains mkd files that will be used for conversion to man pages with ronn.
* CHEF-1210, updated man pages, init scriptsjtimberman2010-06-0111-126/+634
| | | | | | * Man pages updated from Debian packaging. * Init scripts for Debian. * Default files for configuring init scripts for Debian.
* CHEF-1130: Ship logrotate files as well.Matthew Kent2010-06-015-0/+40
|
* CHEF-1130: Bootstrap doesn't require mucking with rabbitmq.Matthew Kent2010-06-012-2/+0
|
* CHEF-1130: Sync init scripts, sysconfig and man pages with latest Chef rpmMatthew Kent2010-06-0119-310/+759
| | | | packages. Init scripts were rewritten based on Fedora guidelines.
* CHEF-1106, remove suse copyrighted chef-client init scriptjtimberman2010-04-301-121/+0
|
* PL-455, update the man page to reflect option changes.jtimberman2010-02-261-19/+35
|
* Merge branch 'CHEF-951' of git://github.com/jtimberman/chef into ↵Adam Jacob2010-02-2610-13/+268
|\ | | | | | | jtimberman/CHEF-951
| * move -j to OPTIONS, for CHEF-951jtimberman2010-02-172-3/+3
| |
| * use CHEF_USER/CHEF_GROUP instead to not clobber ENV, for CHEF-951jtimberman2010-02-1710-20/+20
| |
| * update server scripts for 0.8 changes, new indexer/search, fixes CHEF-951jtimberman2010-02-178-5/+260
| |
| * add ssh via query to knife man pagejtimberman2010-02-121-0/+11
|/
* CHEF-732: Remove all traces of chef-indexerAJ Christensen2010-01-043-259/+0
|
* add files sectionjtimberman2009-12-181-0/+5
|
* chef-809, add man page for knifejtimberman2009-12-171-0/+354
|
* Merge branch 'chef-zypper-0.7.14' of git://github.com/mgiammarco/chef into ↵Adam Jacob2009-11-091-0/+121
|\ | | | | | | mgiammarco/chef-zypper-0.7.14
| * Added init.d script example for suseMario Giammarco2009-10-221-0/+121
| |
* | CHEF-676: Ensure init scripts daemonize quietly as output from chef-indexer wasMatthew Kent2009-11-043-3/+3
| | | | | | | | hanging chef-solo.
* | CHEF-676: redhat no longer uses root by default, use the chef user instead.Matthew Kent2009-11-034-8/+8
| |
* | CHEF-676: Update redhat init scripts to reflect latest work in the rpms.Matthew Kent2009-11-037-24/+62
| | | | | | | | | | Add the sysconfig files for redhat since they are used by the init scripts. Add README regarding the purpose of these files.