summaryrefslogtreecommitdiffstats
path: root/install.rb
Commit message (Collapse)AuthorAgeFilesLines
* Update man pages and partial doc fix to #3491James Turnbull2010-02-171-5/+7
|
* Fix for #3412 install.rb should not put "." first in the tmp_dirsMartin Englund2010-02-171-1/+1
| | | | Signed-off-by: Martin Englund <martin@englund.nu>
* Fixed #3128 - Updated man pages and moved puppet.conf.8 to puppet.conf.5James Turnbull2010-02-091-3/+3
|
* Fixed #2651 - Corrected install permissions on man page directories.James Turnbull2009-09-181-1/+1
|
* Fixed #2608 - install.rb will not run on ruby 1.9.1 due to ftools being ↵James Turnbull2009-09-151-7/+25
| | | | deprecated
* Update install.rb to cope with all OS X versions, not just 10.5Nigel Kersten2009-07-241-2/+3
|
* Removed extra whitespace from end of linesIan Taylor2009-06-061-10/+10
|
* Changed tabs to spaces without interfering with indentation or alignmentIan Taylor2009-06-061-18/+18
|
* Merge branch '0.24.x'Luke Kanies2009-04-021-2/+2
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: bin/ralsh lib/puppet/executables/client/certhandler.rb lib/puppet/parser/functions/versioncmp.rb lib/puppet/parser/resource/reference.rb lib/puppet/provider/augeas/augeas.rb lib/puppet/provider/nameservice/directoryservice.rb lib/puppet/provider/ssh_authorized_key/parsed.rb lib/puppet/type.rb lib/puppet/type/file/checksum.rb spec/integration/defaults.rb spec/integration/transaction/report.rb spec/unit/executables/client/certhandler.rb spec/unit/indirector/ssl_rsa/file.rb spec/unit/node/catalog.rb spec/unit/provider/augeas/augeas.rb spec/unit/rails.rb spec/unit/type/ssh_authorized_key.rb spec/unit/type/tidy.rb test/executables/filebucket.rb test/executables/puppetbin.rb
| * Fixed install.rb typoJames Turnbull2009-03-241-1/+1
| |
| * Updated lib install permissions to 0644James Turnbull2009-03-241-1/+1
| |
* | Merge branch '0.24.x'Luke Kanies2008-09-231-1/+11
|\| | | | | | | | | | | | | | | | | | | Conflicts: lib/puppet/metatype/container.rb lib/puppet/metatype/instances.rb lib/puppet/metatype/metaparams.rb lib/puppet/metatype/relationships.rb lib/puppet/metatype/schedules.rb
| * Fixed #1553 - Puppet and Facter cannot both install the plist module into ↵James Turnbull2008-09-131-0/+10
| | | | | | | | two different locations
| * Fixed #1533 - changed permissions for man directoryJames Turnbull2008-08-291-1/+1
| |
* | Merge branch '0.24.x'Luke Kanies2008-08-181-19/+64
|\| | | | | | | | | | | | | Conflicts: CHANGELOG test/util/posixtest.rb
| * Feature #1476: Allow specification of --bindir --sbindir --sitelibdir ↵Nigel Kersten2008-08-011-19/+64
| | | | | | | | --mandir --destdir in install.rb
* | Merge branch '0.24.x'Luke Kanies2008-06-141-2/+2
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also added the fixes to make the certhandler tests pass even when certs exist; I'll deal with the conflict later. Conflicts: CHANGELOG bin/puppetd lib/puppet/network/http/handler.rb lib/puppet/network/http/mongrel/rest.rb spec/integration/indirector/rest.rb spec/integration/network/server/mongrel.rb spec/integration/network/server/webrick.rb spec/unit/network/http/webrick.rb
| * Fixes for install.rb running of tests that fixes #1267James Turnbull2008-05-271-2/+2
| |
* | Merge branch '0.24.x'Luke Kanies2008-05-201-1/+10
|\| | | | | | | | | | | | | | | | | | | Conflicts: CHANGELOG spec/integration/defaults.rb spec/integration/node/catalog.rb spec/unit/rails.rb spec/unit/type/mount.rb
| * Update to man pages, fix to ralsh help text and fix for #1211James Turnbull2008-05-051-1/+1
| |
| * fix bindir/sbindir defaults on OS X 10.5Nigel Kersten2008-04-301-0/+9
| |
* | Merge branch '0.24.x'Luke Kanies2008-03-251-6/+36
|\| | | | | | | | | | | | | | | Conflicts: install.rb lib/puppet/defaults.rb man/man8/puppet.8
| * Disabled man page creation by default and updated CHANGELOGJames Turnbull2008-03-251-1/+1
| |
| * Added man pages and man page creation logic to install.rbJames Turnbull2008-03-221-0/+19
| |
| * Ported #198 man page creation functionality to 0.24.x branchJames Turnbull2008-03-221-0/+51
| |
* | Tidied the man page creation function and created "master" branch man pagesJames Turnbull2008-01-201-6/+7
| |
* | Updated install.rb to product puppet.conf.man page - updating ticket #198James Turnbull2008-01-151-6/+9
| |
* | Disabled new man page creation supportJames Turnbull2008-01-121-1/+1
| |
* | Added support for man page creation - requires rst2man.py and writer - ↵James Turnbull2008-01-121-0/+46
|/ | | | closed ticket #198
* Applying patch by whaymond to fix #955.Luke Kanies2007-12-111-1/+1
|
* Removing the Id tags from all of the filesLuke Kanies2007-10-031-1/+0
|
* Fixing #644 -- the install.rb file works againluke2007-06-141-1/+1
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2580 980ebf18-57e1-0310-9a29-db15c13687c0
* Fixing #323 -- puppetd and puppetmasterd are now in sbin; packages still ↵luke2007-05-201-28/+37
| | | | | | need to be fixed git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2529 980ebf18-57e1-0310-9a29-db15c13687c0
* Adding the execute bit to install.rb and fixing #473 -- there was a /win/ ↵luke2007-05-181-1/+1
| | | | | | regex that matched darwin but was just supposed to match windows git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2527 980ebf18-57e1-0310-9a29-db15c13687c0
* Accepting patch from #220, thus fixing the bug.luke2006-08-211-0/+1
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1479 980ebf18-57e1-0310-9a29-db15c13687c0
* Fixing installer; it somehow got broken with recent DESTDIR fixesluke2006-06-131-0/+2
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1266 980ebf18-57e1-0310-9a29-db15c13687c0
* fixing destdir in installer, and adding solaris conf stuffluke2006-05-251-1/+1
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1225 980ebf18-57e1-0310-9a29-db15c13687c0
* removing dos EOL charsluke2006-03-141-303/+303
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1030 980ebf18-57e1-0310-9a29-db15c13687c0
* adding ftools require statement to install.rbluke2006-01-051-0/+1
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@779 980ebf18-57e1-0310-9a29-db15c13687c0
* Disabling most documentation generation except for the API docs, and ↵luke2006-01-041-29/+61
| | | | | | wrapping the StatusServer in the xmlrpc check git-svn-id: https://reductivelabs.com/svn/puppet/trunk@766 980ebf18-57e1-0310-9a29-db15c13687c0
* Updated install script to include all bin files.Jesse Koontz2005-07-131-4/+6
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@383 980ebf18-57e1-0310-9a29-db15c13687c0
* renaming blink to puppetLuke Kanies2005-06-271-2/+2
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@305 980ebf18-57e1-0310-9a29-db15c13687c0
* reorganizingLuke Kanies2005-04-131-0/+268
git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@95 980ebf18-57e1-0310-9a29-db15c13687c0