summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
...
* making array-as-name work in the language, and adding some more test snippetsLuke Kanies2005-08-253-67/+110
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@589 980ebf18-57e1-0310-9a29-db15c13687c0
* Certificates now verify!Luke Kanies2005-08-241-38/+45
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@588 980ebf18-57e1-0310-9a29-db15c13687c0
* replacing if statements with case statement, and adding defaults for both ↵Luke Kanies2005-08-245-490/+625
| | | | | | selectors and case statements git-svn-id: https://reductivelabs.com/svn/puppet/trunk@587 980ebf18-57e1-0310-9a29-db15c13687c0
* remote filecopying now worksLuke Kanies2005-08-235-49/+73
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@586 980ebf18-57e1-0310-9a29-db15c13687c0
* Have done a significant reorganization of how clients work, also, along with ↵Luke Kanies2005-08-238-314/+265
| | | | | | some interesting trouble shooting on components git-svn-id: https://reductivelabs.com/svn/puppet/trunk@585 980ebf18-57e1-0310-9a29-db15c13687c0
* fixing checksum generation -- i was causing some weird bugs by using the ↵Luke Kanies2005-08-231-257/+24
| | | | | | same indicator in different cases, and i added a test for invalid checksum types git-svn-id: https://reductivelabs.com/svn/puppet/trunk@584 980ebf18-57e1-0310-9a29-db15c13687c0
* small comment changeLuke Kanies2005-08-231-1/+1
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@583 980ebf18-57e1-0310-9a29-db15c13687c0
* Created a Handler base class for all of the server handlers, which allows a ↵Luke Kanies2005-08-235-77/+76
| | | | | | lot of the manual work to now be automatic git-svn-id: https://reductivelabs.com/svn/puppet/trunk@582 980ebf18-57e1-0310-9a29-db15c13687c0
* ignoring remote file owner when not running as rootLuke Kanies2005-08-231-75/+15
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@580 980ebf18-57e1-0310-9a29-db15c13687c0
* moving all server handlers into a specific server subdirectoryLuke Kanies2005-08-2310-19/+49
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@579 980ebf18-57e1-0310-9a29-db15c13687c0
* removing obsolete fileLuke Kanies2005-08-231-81/+0
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@578 980ebf18-57e1-0310-9a29-db15c13687c0
* Moving all files into a consolidated trunk. All tests pass except the ↵Luke Kanies2005-08-2316-187/+5212
| | | | | | known-failing certificate test, but there appear to be some errors that are incorrectly not resulting in failurs. I will track those down ASAP. git-svn-id: https://reductivelabs.com/svn/puppet/trunk@576 980ebf18-57e1-0310-9a29-db15c13687c0
* Execution order is now based on dependency relationships, and those ↵Luke Kanies2005-08-187-171/+244
| | | | | | relationships correctly propagate up and descend into components. There is also an event test suite now, along with a (currently simple) component test suite. git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@565 980ebf18-57e1-0310-9a29-db15c13687c0
* just fixed an incredibly ugly bug where @parent meant both parent array and ↵Luke Kanies2005-08-172-18/+45
| | | | | | parent class git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@559 980ebf18-57e1-0310-9a29-db15c13687c0
* passing file and line to all objectsLuke Kanies2005-08-171-1/+1
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@557 980ebf18-57e1-0310-9a29-db15c13687c0
* all tests pass except a certificate test i do not know how to fixLuke Kanies2005-08-163-123/+229
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@553 980ebf18-57e1-0310-9a29-db15c13687c0
* a basic first test of puppetmasterd now passesLuke Kanies2005-08-151-1/+1
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@551 980ebf18-57e1-0310-9a29-db15c13687c0
* all non-executable tests pass nowLuke Kanies2005-08-131-3/+7
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@549 980ebf18-57e1-0310-9a29-db15c13687c0
* further progress towards passing testsLuke Kanies2005-08-131-1/+2
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@546 980ebf18-57e1-0310-9a29-db15c13687c0
* all tests pass except those related to puppetd; i am going to significantly ↵Luke Kanies2005-08-124-121/+193
| | | | | | reorganize how serving is done git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@540 980ebf18-57e1-0310-9a29-db15c13687c0
* updated version number to allow gem installJesse Koontz2005-08-111-1/+1
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@539 980ebf18-57e1-0310-9a29-db15c13687c0
* Added rake for Puppet, '--version' to puppet and test case for Puppet.versionJesse Koontz2005-08-111-0/+6
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@537 980ebf18-57e1-0310-9a29-db15c13687c0
* more progress towards a functional daemonLuke Kanies2005-08-101-2/+11
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@533 980ebf18-57e1-0310-9a29-db15c13687c0
* setting up http to log to a separate fileLuke Kanies2005-08-101-11/+2
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@532 980ebf18-57e1-0310-9a29-db15c13687c0
* setting up http to log to a separate fileLuke Kanies2005-08-102-0/+29
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@531 980ebf18-57e1-0310-9a29-db15c13687c0
* renamingLuke Kanies2005-08-101-0/+0
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@529 980ebf18-57e1-0310-9a29-db15c13687c0
* adding daemon helper moduleLuke Kanies2005-08-101-0/+27
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@528 980ebf18-57e1-0310-9a29-db15c13687c0
* done a lot of work on certificates; all tests except one puppetca test passLuke Kanies2005-08-098-478/+451
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@523 980ebf18-57e1-0310-9a29-db15c13687c0
* fact.rb is obsoleteLuke Kanies2005-08-091-64/+0
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@520 980ebf18-57e1-0310-9a29-db15c13687c0
* function.rb is obsoleteLuke Kanies2005-08-091-72/+0
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@519 980ebf18-57e1-0310-9a29-db15c13687c0
* fixing directory mode creationLuke Kanies2005-08-091-7/+9
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@518 980ebf18-57e1-0310-9a29-db15c13687c0
* renaming againLuke Kanies2005-08-091-0/+0
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@516 980ebf18-57e1-0310-9a29-db15c13687c0
* renaming openssl to certauthorityLuke Kanies2005-08-091-0/+0
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@515 980ebf18-57e1-0310-9a29-db15c13687c0
* 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
* fixing error outputLuke Kanies2005-08-091-2/+12
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@513 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-042-1/+3
| | | | 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-025-53/+82
| | | | 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-026-37/+84
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@485 980ebf18-57e1-0310-9a29-db15c13687c0