summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* fixing error handling so that failed objects are completely destroyed; they ↵luke2005-09-135-170/+68
| | | | | | 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-132-25/+120
| | | | | | 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-134-19/+65
| | | | | | 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
* small updatesluke2005-09-101-21/+47
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@643 980ebf18-57e1-0310-9a29-db15c13687c0
* adding cfengine to puppet parser, but it is not even remotely close to ↵luke2005-09-101-0/+160
| | | | | | functional yet git-svn-id: https://reductivelabs.com/svn/puppet/trunk@642 980ebf18-57e1-0310-9a29-db15c13687c0
* fixing groups again after getting them to work with netinfoluke2005-09-093-31/+38
| | | | 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-082-52/+435
| | | | | | nasty. Netinfo is a nightmare. git-svn-id: https://reductivelabs.com/svn/puppet/trunk@640 980ebf18-57e1-0310-9a29-db15c13687c0
* adding debug setting to the top-level test classluke2005-09-081-1/+6
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@639 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-072-15/+44
| | | | 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-0714-13/+78
| | | | | | 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
* adding a break if randomization takes too longluke2005-09-071-0/+6
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@634 980ebf18-57e1-0310-9a29-db15c13687c0
* finishing up user and group support for nowluke2005-09-077-161/+469
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@633 980ebf18-57e1-0310-9a29-db15c13687c0
* rearranging some documentationluke2005-09-073-8/+26
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@632 980ebf18-57e1-0310-9a29-db15c13687c0
* adding scopetestluke2005-09-072-0/+21
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@631 980ebf18-57e1-0310-9a29-db15c13687c0
* adding user and group classes (although user class is not yet functional), ↵luke2005-09-075-0/+582
| | | | | | 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 simple newcomp() method to base test classluke2005-09-071-0/+9
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@628 980ebf18-57e1-0310-9a29-db15c13687c0
* adding all of the work necessary for tidyingluke2005-09-065-215/+298
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@627 980ebf18-57e1-0310-9a29-db15c13687c0
* removing DEFAULTPORT stuffluke2005-09-062-6/+4
| | | | 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
* rearranging puppetdoc to not separate states and parameters, and to allow ↵luke2005-09-021-4/+14
| | | | | | undocumented states git-svn-id: https://reductivelabs.com/svn/puppet/trunk@623 980ebf18-57e1-0310-9a29-db15c13687c0
* committing initial tidy stuff, so i can move to the laptopluke2005-09-023-0/+213
| | | | 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-023-21/+41
| | | | 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-303-3/+91
| | | | 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-302-0/+83
| | | | 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-304-27/+32
| | | | | | 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
* adding a "--noop" option along with a test case for itluke2005-08-292-17/+51
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@607 980ebf18-57e1-0310-9a29-db15c13687c0
* changing default hostname to "puppet", and adding --parseonly option along ↵luke2005-08-292-3/+34
| | | | | | with a test case for it git-svn-id: https://reductivelabs.com/svn/puppet/trunk@606 980ebf18-57e1-0310-9a29-db15c13687c0
* fixing puppet to use correct method and adding a real test case for itluke2005-08-292-4/+32
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@605 980ebf18-57e1-0310-9a29-db15c13687c0
* changing default manifest location to /etc/puppet/manifests/site.ppluke2005-08-292-2/+3
| | | | 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
* removing need for zip in rakefileluke2005-08-291-1/+1
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@601 980ebf18-57e1-0310-9a29-db15c13687c0
* UPdated rakefileJesse Koontz2005-08-291-1/+1
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@600 980ebf18-57e1-0310-9a29-db15c13687c0
* As Christian requested, I am no longer downcasing facts I receive from ↵Luke Kanies2005-08-296-54/+29
| | | | | | Facter. Also, removing some outdated files git-svn-id: https://reductivelabs.com/svn/puppet/trunk@599 980ebf18-57e1-0310-9a29-db15c13687c0