summaryrefslogtreecommitdiffstats
path: root/lib/puppet
Commit message (Collapse)AuthorAgeFilesLines
...
* removing comments and making @csr a class attributeLuke Kanies2005-08-091-46/+11
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@514 980ebf18-57e1-0310-9a29-db15c13687c0
* adding creation rollbackLuke Kanies2005-08-081-0/+12
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@505 980ebf18-57e1-0310-9a29-db15c13687c0
* returning transaction from client.config()Luke Kanies2005-08-081-1/+3
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@504 980ebf18-57e1-0310-9a29-db15c13687c0
* all tests now pass on os xLuke Kanies2005-08-064-12/+40
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@502 980ebf18-57e1-0310-9a29-db15c13687c0
* adding better error handling for missing pathsLuke Kanies2005-08-041-2/+2
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@500 980ebf18-57e1-0310-9a29-db15c13687c0
* fixing verbose output to be better and easier to manageLuke Kanies2005-08-042-10/+15
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@499 980ebf18-57e1-0310-9a29-db15c13687c0
* passing state, so more info can be extractedLuke Kanies2005-08-041-2/+2
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@498 980ebf18-57e1-0310-9a29-db15c13687c0
* adding a bit more outputLuke Kanies2005-08-041-2/+3
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@496 980ebf18-57e1-0310-9a29-db15c13687c0
* committing recent changes for testingLuke Kanies2005-08-041-1/+1
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@493 980ebf18-57e1-0310-9a29-db15c13687c0
* a bit of refactoring, and a bit more functionalityLuke Kanies2005-08-041-136/+14
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@492 980ebf18-57e1-0310-9a29-db15c13687c0
* okay, switch all cert management to the library, instead of using the ↵Luke Kanies2005-08-041-79/+392
| | | | | | openssl binary git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@491 980ebf18-57e1-0310-9a29-db15c13687c0
* movingLuke Kanies2005-08-031-0/+0
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@490 980ebf18-57e1-0310-9a29-db15c13687c0
* certificate management; yayLuke Kanies2005-08-031-0/+626
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@489 980ebf18-57e1-0310-9a29-db15c13687c0
* oops; removing errant notice msgLuke Kanies2005-08-021-1/+0
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@487 980ebf18-57e1-0310-9a29-db15c13687c0
* cleaning up the defaults system even moreLuke Kanies2005-08-024-4/+9
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@486 980ebf18-57e1-0310-9a29-db15c13687c0
* adding some consistency and tests to the whole puppet defaults systemLuke Kanies2005-08-025-24/+22
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@485 980ebf18-57e1-0310-9a29-db15c13687c0
* renaming to avoid name conflictsLuke Kanies2005-08-011-0/+0
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@482 980ebf18-57e1-0310-9a29-db15c13687c0
* all tests pass againLuke Kanies2005-07-313-5/+10
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@481 980ebf18-57e1-0310-9a29-db15c13687c0
* local filebuckets are now tested with filesLuke Kanies2005-07-312-10/+23
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@480 980ebf18-57e1-0310-9a29-db15c13687c0
* basic filebucketing is now workingLuke Kanies2005-07-313-7/+310
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@479 980ebf18-57e1-0310-9a29-db15c13687c0
* more changes to documentationLuke Kanies2005-07-287-15/+24
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@474 980ebf18-57e1-0310-9a29-db15c13687c0
* working on documentationLuke Kanies2005-07-286-451/+389
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@471 980ebf18-57e1-0310-9a29-db15c13687c0
* Updated doc/big-picture doc/structures, Added rst formating to puppetdoc, ↵Jesse Koontz2005-07-2810-20/+115
| | | | | | and added doc strings for types, states, params, and metaparams. git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@467 980ebf18-57e1-0310-9a29-db15c13687c0
* dpkg/apt package installation and removal now worksLuke Kanies2005-07-271-44/+245
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@465 980ebf18-57e1-0310-9a29-db15c13687c0
* fixing statefile creationLuke Kanies2005-07-261-1/+1
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@464 980ebf18-57e1-0310-9a29-db15c13687c0
* fixing lib loading testLuke Kanies2005-07-261-2/+5
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@462 980ebf18-57e1-0310-9a29-db15c13687c0
* making changes necessary to pass tests on all available platformsLuke Kanies2005-07-242-60/+110
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@458 980ebf18-57e1-0310-9a29-db15c13687c0
* fixing solaris packagingLuke Kanies2005-07-241-1/+3
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@457 980ebf18-57e1-0310-9a29-db15c13687c0
* fixing packaging to work with rpm, tooLuke Kanies2005-07-221-10/+10
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@449 980ebf18-57e1-0310-9a29-db15c13687c0
* creating FileTesting module in puppettest.rb, and getting recursion working ↵Luke Kanies2005-07-223-100/+259
| | | | | | with symlinks git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@448 980ebf18-57e1-0310-9a29-db15c13687c0
* adding symlink back as a separate objectLuke Kanies2005-07-221-0/+109
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@444 980ebf18-57e1-0310-9a29-db15c13687c0
* removing silly messageLuke Kanies2005-07-221-1/+0
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@441 980ebf18-57e1-0310-9a29-db15c13687c0
* making the console output slightly less redundantLuke Kanies2005-07-221-3/+9
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@440 980ebf18-57e1-0310-9a29-db15c13687c0
* okay, last try on sources hopefully -- no failures, and basic functionality ↵Luke Kanies2005-07-224-122/+69
| | | | | | all seems to be working git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@439 980ebf18-57e1-0310-9a29-db15c13687c0
* fixing package listingLuke Kanies2005-07-221-2/+19
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@438 980ebf18-57e1-0310-9a29-db15c13687c0
* okay, sources seem to be much more understandable here -- only the recursion ↵Luke Kanies2005-07-226-246/+496
| | | | | | function is recursive git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@436 980ebf18-57e1-0310-9a29-db15c13687c0
* adding some error checkingLuke Kanies2005-07-221-3/+4
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@435 980ebf18-57e1-0310-9a29-db15c13687c0
* not dump/loading for local client/serverLuke Kanies2005-07-221-3/+17
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@434 980ebf18-57e1-0310-9a29-db15c13687c0
* sources now pass all testsLuke Kanies2005-07-202-21/+67
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@433 980ebf18-57e1-0310-9a29-db15c13687c0
* everything seems to actually be working now, including getting the correct ↵Luke Kanies2005-07-202-60/+71
| | | | | | file list back git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@432 980ebf18-57e1-0310-9a29-db15c13687c0
* Ha! finally got recursion and sourcing working togetherLuke Kanies2005-07-202-152/+173
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@431 980ebf18-57e1-0310-9a29-db15c13687c0
* redoing how arguments are handled in type.rb -- it is much cleaner nowLuke Kanies2005-07-202-103/+139
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@430 980ebf18-57e1-0310-9a29-db15c13687c0
* first versionsLuke Kanies2005-07-201-0/+37
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@429 980ebf18-57e1-0310-9a29-db15c13687c0
* reducing debuggingLuke Kanies2005-07-202-7/+5
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@428 980ebf18-57e1-0310-9a29-db15c13687c0
* reducing debuggingLuke Kanies2005-07-201-1/+1
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@427 980ebf18-57e1-0310-9a29-db15c13687c0
* recursive file copying now works even with some limited number of errorsLuke Kanies2005-07-205-63/+85
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@426 980ebf18-57e1-0310-9a29-db15c13687c0
* okay, file sourcing actually seems to work nowLuke Kanies2005-07-201-10/+14
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@425 980ebf18-57e1-0310-9a29-db15c13687c0
* checkpoint commitLuke Kanies2005-07-192-187/+326
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@424 980ebf18-57e1-0310-9a29-db15c13687c0
* moving setpath to parampath=, as a param methodLuke Kanies2005-07-191-5/+6
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@423 980ebf18-57e1-0310-9a29-db15c13687c0
* adding "=" to metaparam methods, and allowing types to use methods for paramsLuke Kanies2005-07-191-6/+13
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@422 980ebf18-57e1-0310-9a29-db15c13687c0