summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
...
* added ignore to fileserver and pfileshafer2005-09-142-29/+63
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@659 980ebf18-57e1-0310-9a29-db15c13687c0
* adding cron stuff; it does not work at all yetluke2005-09-141-0/+178
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@658 980ebf18-57e1-0310-9a29-db15c13687c0
* adding globbing to importluke2005-09-142-57/+79
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@657 980ebf18-57e1-0310-9a29-db15c13687c0
* added ignore to pfileshafer2005-09-131-4/+50
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@654 980ebf18-57e1-0310-9a29-db15c13687c0
* tracked down some sticky bugs related to having false values and empty ↵luke2005-09-136-400/+224
| | | | | | strings; all fixed now, and all tests pass again, including the new tests that cover the bugs i found git-svn-id: https://reductivelabs.com/svn/puppet/trunk@652 980ebf18-57e1-0310-9a29-db15c13687c0
* fixing error handling so that failed objects are completely destroyed; they ↵luke2005-09-133-9/+7
| | | | | | were receiving events even though they were supposed to be gone git-svn-id: https://reductivelabs.com/svn/puppet/trunk@651 980ebf18-57e1-0310-9a29-db15c13687c0
* fixing component flattening and sorting; it was not working for cases where ↵luke2005-09-131-22/+18
| | | | | | objects inside of components had dependencies from other components git-svn-id: https://reductivelabs.com/svn/puppet/trunk@650 980ebf18-57e1-0310-9a29-db15c13687c0
* adding snippet test to verify correct behaviour with missing exec path; ↵luke2005-09-131-2/+23
| | | | | | also, adding "creates" parameter to exec git-svn-id: https://reductivelabs.com/svn/puppet/trunk@649 980ebf18-57e1-0310-9a29-db15c13687c0
* intermediate commit so cron is not loadedluke2005-09-124-33/+82
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@648 980ebf18-57e1-0310-9a29-db15c13687c0
* adding more comments from talking to andyluke2005-09-122-7/+19
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@647 980ebf18-57e1-0310-9a29-db15c13687c0
* incorporating comments from talking to andrewluke2005-09-121-62/+18
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@646 980ebf18-57e1-0310-9a29-db15c13687c0
* incorporating comments from talking to andrewluke2005-09-121-3/+0
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@645 980ebf18-57e1-0310-9a29-db15c13687c0
* some small fixesluke2005-09-102-2/+1
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@644 980ebf18-57e1-0310-9a29-db15c13687c0
* fixing groups again after getting them to work with netinfoluke2005-09-092-24/+25
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@641 980ebf18-57e1-0310-9a29-db15c13687c0
* group management now works on os x, although it is six shades of really ↵luke2005-09-081-37/+284
| | | | | | nasty. Netinfo is a nightmare. git-svn-id: https://reductivelabs.com/svn/puppet/trunk@640 980ebf18-57e1-0310-9a29-db15c13687c0
* reverting changes in the reverse order of what i executed themluke2005-09-081-1/+1
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@638 980ebf18-57e1-0310-9a29-db15c13687c0
* removing debuggingluke2005-09-081-2/+2
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@637 980ebf18-57e1-0310-9a29-db15c13687c0
* making states capable of being the namevarluke2005-09-071-1/+18
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@636 980ebf18-57e1-0310-9a29-db15c13687c0
* all tests now pass on solaris 10x86; i had to do some stupid hacking with ↵luke2005-09-074-2/+21
| | | | | | base64 for it to work, and i am working getting a much better base class for all test classes git-svn-id: https://reductivelabs.com/svn/puppet/trunk@635 980ebf18-57e1-0310-9a29-db15c13687c0
* finishing up user and group support for nowluke2005-09-074-86/+140
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@633 980ebf18-57e1-0310-9a29-db15c13687c0
* rearranging some documentationluke2005-09-072-6/+18
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@632 980ebf18-57e1-0310-9a29-db15c13687c0
* adding user and group classes (although user class is not yet functional), ↵luke2005-09-073-0/+385
| | | | | | and added "is(state)" and "should(state)" methods for retrieving the respective values on a specified state git-svn-id: https://reductivelabs.com/svn/puppet/trunk@630 980ebf18-57e1-0310-9a29-db15c13687c0
* changing rollback() to do event handling alsoluke2005-09-071-1/+6
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@629 980ebf18-57e1-0310-9a29-db15c13687c0
* adding all of the work necessary for tidyingluke2005-09-063-211/+240
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@627 980ebf18-57e1-0310-9a29-db15c13687c0
* removing DEFAULTPORT stuffluke2005-09-061-2/+0
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@626 980ebf18-57e1-0310-9a29-db15c13687c0
* fixing small bug in setting default portluke2005-09-061-6/+11
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@625 980ebf18-57e1-0310-9a29-db15c13687c0
* changing some documentation methods aroundluke2005-09-053-8/+5
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@624 980ebf18-57e1-0310-9a29-db15c13687c0
* committing initial tidy stuff, so i can move to the laptopluke2005-09-022-0/+135
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@622 980ebf18-57e1-0310-9a29-db15c13687c0
* cleaning up obviated methodsluke2005-09-021-64/+0
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@621 980ebf18-57e1-0310-9a29-db15c13687c0
* defining $name in each component scope, and adding test caseluke2005-09-021-20/+22
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@620 980ebf18-57e1-0310-9a29-db15c13687c0
* defining configstattedluke2005-09-021-0/+1
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@619 980ebf18-57e1-0310-9a29-db15c13687c0
* removing if-related keywordsluke2005-09-021-3/+0
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@618 980ebf18-57e1-0310-9a29-db15c13687c0
* fixing error callsluke2005-09-022-2/+2
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@617 980ebf18-57e1-0310-9a29-db15c13687c0
* fixing bug where remote server name is ignoredluke2005-08-301-6/+2
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@616 980ebf18-57e1-0310-9a29-db15c13687c0
* Fixed small bug that caused the config files to be parsed on every connectionluke2005-08-303-5/+13
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@615 980ebf18-57e1-0310-9a29-db15c13687c0
* fixing documentation for file source stateluke2005-08-301-3/+1
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@614 980ebf18-57e1-0310-9a29-db15c13687c0
* adding file reread to master, although it is plenty hackishluke2005-08-302-3/+39
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@611 980ebf18-57e1-0310-9a29-db15c13687c0
* fileserver config file now reloads when it is more than 60 seconds out of dateluke2005-08-301-0/+19
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@610 980ebf18-57e1-0310-9a29-db15c13687c0
* correcting documentation on autosign in puppetmasterd, and switching the ↵luke2005-08-302-22/+25
| | | | | | autosign.conf file to use the same authstore as fileserver.conf git-svn-id: https://reductivelabs.com/svn/puppet/trunk@609 980ebf18-57e1-0310-9a29-db15c13687c0
* catching a potential security problem -- requiring that "path" always be set ↵luke2005-08-291-0/+10
| | | | | | for a fileserver mount git-svn-id: https://reductivelabs.com/svn/puppet/trunk@608 980ebf18-57e1-0310-9a29-db15c13687c0
* changing default manifest location to /etc/puppet/manifests/site.ppluke2005-08-291-1/+2
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@604 980ebf18-57e1-0310-9a29-db15c13687c0
* changing version number for betaluke2005-08-291-1/+1
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@602 980ebf18-57e1-0310-9a29-db15c13687c0
* As Christian requested, I am no longer downcasing facts I receive from ↵Luke Kanies2005-08-291-1/+1
| | | | | | Facter. Also, removing some outdated files git-svn-id: https://reductivelabs.com/svn/puppet/trunk@599 980ebf18-57e1-0310-9a29-db15c13687c0
* bumping up the default log level for changes from info to noticeLuke Kanies2005-08-291-2/+2
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@598 980ebf18-57e1-0310-9a29-db15c13687c0
* I did not have good puppetd tests, so I missed the fact that I was calling ↵Luke Kanies2005-08-291-73/+72
| | | | | | the wrong class in puppetd. Fixed. git-svn-id: https://reductivelabs.com/svn/puppet/trunk@597 980ebf18-57e1-0310-9a29-db15c13687c0
* disabling print of library warnings, since webrick and openssl have far too ↵Luke Kanies2005-08-291-2/+0
| | | | | | many warnings for comfort git-svn-id: https://reductivelabs.com/svn/puppet/trunk@596 980ebf18-57e1-0310-9a29-db15c13687c0
* This should be the commit that brings us to Beta 1. All tests pass, ↵Luke Kanies2005-08-2811-47/+125
| | | | | | although I get some (gracefully handled) failures in tc_metrics.rb, and there is now a config file for the fileserver module, including authorization specification for it. I have also reworked error handling in the xmlrpc client and server so errors should propagate more correctly. git-svn-id: https://reductivelabs.com/svn/puppet/trunk@594 980ebf18-57e1-0310-9a29-db15c13687c0
* Adding authorization store, initially just used for file serving but ↵Luke Kanies2005-08-281-0/+224
| | | | | | eventually for all authorization, most likely git-svn-id: https://reductivelabs.com/svn/puppet/trunk@593 980ebf18-57e1-0310-9a29-db15c13687c0
* adding config file parsingLuke Kanies2005-08-271-21/+119
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@592 980ebf18-57e1-0310-9a29-db15c13687c0
* recompiling parser after removing extraneous debuggingLuke Kanies2005-08-262-54/+43
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@591 980ebf18-57e1-0310-9a29-db15c13687c0