summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge commit 'aabad8e'Jeffrey J McCune2007-08-1515-754/+1648
|\
| * Adding the necessary name/ip fields to the node methodsLuke Kanies2007-08-152-11/+11
| |
| * Adding a "none" node source, which will be the default node source and will ↵Luke Kanies2007-08-153-1/+31
| | | | | | | | just return an empty node.
| * Finalizing the node handler. It now correctly uses the different node sourcesLuke Kanies2007-08-147-318/+472
| | | | | | | | | | and knows how to retrieve data from those sources. Now I just need to fix the language stuff to use this handler instead of the existing node stuff.
| * An intermediate commit in the work towards adding multi-environment support.Luke Kanies2007-08-1414-727/+1437
| | | | | | | | | | | | | | | | This has required splitting the interpreter up considerably, which is much cleaner but is a large project. There is now a 'nodes' handler, but it is currently non-functional, although all the support structure is there. It just needs to have the individual methods fleshed out, and it needs to be connected to the 'facts' handler.
* | Merge branch 'master' of git://reductivelabs.com/puppetJeffrey J McCune2007-08-154-36/+139
|\ \
| * \ Merge branch 'master' of http://northstarlabs.net/git/puppetLuke Kanies2007-08-156-1/+87
| |\ \
| * \ \ Merge /home/michael/git/puppetLuke Kanies2007-08-154-36/+139
| |\ \ \
| | * \ \ Merge ssh://michael@reductivelabs.com/home/michael/git/puppetMichael V. O'Brien2007-08-141-5/+5
| | |\ \ \
| | * | | | Added shortname support to config.rb and refactored addargsMichael V. O'Brien2007-08-144-36/+139
| | | |_|/ | | |/| |
| * | | | Merge /opt/rl/git/puppetLuke Kanies2007-08-141-5/+5
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | Merge /opt/rl/git/puppetluke2007-08-132-5/+22
| | | | | | | | | | | | | | | | | | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2773 980ebf18-57e1-0310-9a29-db15c13687c0
| * | | | Revert "Updating more milestone names"luke2007-08-131-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 61a747fc2d9bdfbf1b74c4ac3fcaf89114b020e0. git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2772 980ebf18-57e1-0310-9a29-db15c13687c0
| * | | | Updating more milestone namesluke2007-08-131-1/+1
| | | | | | | | | | | | | | | | | | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2771 980ebf18-57e1-0310-9a29-db15c13687c0
* | | | | Merge branch 'master' of git://reductivelabs.com/puppetJeffrey J McCune2007-08-141-5/+5
|\ \ \ \ \ | | |/ / / | |/| | / | |_|_|/ |/| | |
| * | | Fixing documentation string on the file "ensure" property to remove the ↵Luke Kanies2007-08-141-5/+5
| | |/ | |/| | | | | | | confusing mention of "exists"
* / | Added optional per-module lib directory.Jeffrey J McCune2007-08-146-1/+87
|/ / | | | | | | | | | | | | | | Puppet now looks for a lib directory inside each module bundle, and adds the directory to the list searched by Puppet::Util::Autoload. The intent is to facilitate more sophisticated virtual types and flexibility within modules.
* | Applying patch by Adam Jacob to make external node tools able to handle ↵Luke Kanies2007-08-132-5/+22
| | | | | | | | command-line arguments
* | Revert "Updating more milestone names"Luke Kanies2007-08-131-1/+1
| | | | | | | | This reverts commit 61a747fc2d9bdfbf1b74c4ac3fcaf89114b020e0.
* | Updating more milestone namesLuke Kanies2007-08-131-1/+1
|/
* Adding milestone names to changelogluke2007-08-131-1/+2
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2770 980ebf18-57e1-0310-9a29-db15c13687c0
* Actually honour :namevar => true on newparam calls(no author)2007-08-121-0/+2
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2769 980ebf18-57e1-0310-9a29-db15c13687c0
* Removing extraneous debugging from crontabluke2007-08-103-14/+38
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2768 980ebf18-57e1-0310-9a29-db15c13687c0
* Fix for setting global exit code ($?) in SUIDManager testschristian2007-08-101-0/+8
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2767 980ebf18-57e1-0310-9a29-db15c13687c0
* Broaden assert_absent so that it thinks that :purged is equivalent to :absent(no author)2007-08-091-1/+1
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2766 980ebf18-57e1-0310-9a29-db15c13687c0
* Change the service name so that it is less likely to trip on a common word ↵(no author)2007-08-091-2/+2
| | | | | | and spuriously fail git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2765 980ebf18-57e1-0310-9a29-db15c13687c0
* trac #763: Make redhat provider default for CentOS (patch by jtimberman)lutter2007-08-091-1/+1
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2764 980ebf18-57e1-0310-9a29-db15c13687c0
* Trivial mock cleanups(no author)2007-08-092-4/+3
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2763 980ebf18-57e1-0310-9a29-db15c13687c0
* Constants in provider/interface/redhat.rb are getting redifined as they are ↵christian2007-08-091-13/+13
| | | | | | dynamically assigned, changing them to instance variables git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2762 980ebf18-57e1-0310-9a29-db15c13687c0
* Changes to lib/ corresponding to test refactoring from r2759, was unaware ↵christian2007-08-092-45/+27
| | | | | | that subversion only commited in the CWD git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2761 980ebf18-57e1-0310-9a29-db15c13687c0
* Highlight what I think is a problem in the test suite that I just can't solve(no author)2007-08-091-0/+3
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2760 980ebf18-57e1-0310-9a29-db15c13687c0
* Refactor SUIDManager tests to run without root, change SUIDManager's ↵christian2007-08-0915-196/+111
| | | | | | behavior to not silently fail when it's not root and fix all other tests that broke as a result. git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2759 980ebf18-57e1-0310-9a29-db15c13687c0
* Upgrade mocha to 0.5.1, which gives much better error messages(no author)2007-08-0928-228/+892
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2758 980ebf18-57e1-0310-9a29-db15c13687c0
* Fix the ral:providers:host:parsed tests so they run successfully(no author)2007-08-092-1/+2
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2757 980ebf18-57e1-0310-9a29-db15c13687c0
* Updated to version 0.23.2luke2007-08-071-1/+1
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2755 980ebf18-57e1-0310-9a29-db15c13687c0
* Updated to version 0.23.2luke2007-08-071-1/+1
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2754 980ebf18-57e1-0310-9a29-db15c13687c0
* The last set of bug-fixes before the next release. This commit just fixes a ↵luke2007-08-076-8/+10
| | | | | | couple of problems that resulted when I changed the Provider#initialize method to not duplicate its argument, which was necessary for ParsedFile. git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2753 980ebf18-57e1-0310-9a29-db15c13687c0
* Adding test support for the other mongrel configuration headerluke2007-08-063-3/+28
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2752 980ebf18-57e1-0310-9a29-db15c13687c0
* Copying the "commands" and "confine" statements to the actual dscl ↵luke2007-08-062-6/+8
| | | | | | providers, since they need to be there to determine where the providers are suitable. Otherwise base classes could unnecessarily affect how subclasses work. git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2751 980ebf18-57e1-0310-9a29-db15c13687c0
* Fixing #749 -- environment settings no longer accumulate. Significantly ↵luke2007-08-0612-128/+665
| | | | | | adding to the cron tests at the same time, such that hopefully we will no longer have these recurring bugs. I now do every combinatorial of multi-line cron jobs, including doing them all in one file. There are, unfortunately, still edge cases, but maybe we will have some peace in cron space for a while, anyway. git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2750 980ebf18-57e1-0310-9a29-db15c13687c0
* Removing the code from #745 until it can pass some basic testsluke2007-08-052-69/+0
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2749 980ebf18-57e1-0310-9a29-db15c13687c0
* Adding syslog support by devdas (#745).luke2007-08-052-0/+69
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2748 980ebf18-57e1-0310-9a29-db15c13687c0
* Fixing #751 -- the interface providers now have basic tests, at least to ↵luke2007-08-054-105/+172
| | | | | | verify that prefetching and listing works. I think these resource types need to be largely rewritten, though, and they currently have no relationship to ifconfig, which seems strange. git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2747 980ebf18-57e1-0310-9a29-db15c13687c0
* Fixing #731 - we are now correctly only collecting exported resourcesluke2007-08-053-1/+37
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2746 980ebf18-57e1-0310-9a29-db15c13687c0
* Fixing #730 -- mounts now call flush() before trying to mountluke2007-08-052-45/+71
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2745 980ebf18-57e1-0310-9a29-db15c13687c0
* Adding a file that should have been in a commit from yesterdaluke2007-08-041-0/+447
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2744 980ebf18-57e1-0310-9a29-db15c13687c0
* Fixing #735 -- gen_config now uses a single heading, matching the name of ↵luke2007-08-044-28/+72
| | | | | | the process git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2743 980ebf18-57e1-0310-9a29-db15c13687c0
* Fixing #314 and #729; here's the changelog:luke2007-08-0313-1112/+540
| | | | | | | | | | | | | | | Refactored how the parser and interpreter relate, so parsing is now effectively an atomic process (thus fixing #314 and #729). This makes the interpreter less prone to error and less prone to show the error to the clients. Note that this means that if a configuration fails to parse, then the previous, parseable configuration will be used instead, so the client will not know that the configuration failed to parse. git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2742 980ebf18-57e1-0310-9a29-db15c13687c0
* Apply fix for typo provided by Toshio Kuratomi (bz250870)lutter2007-08-031-1/+1
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2741 980ebf18-57e1-0310-9a29-db15c13687c0
* Removed stray debugger method.mccune2007-08-031-4/+1
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2740 980ebf18-57e1-0310-9a29-db15c13687c0