summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* First try at the REST config_storeshadoi2007-05-122-4/+49
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2508 980ebf18-57e1-0310-9a29-db15c13687c0
* Initial configuration storage abstraction layer stuff.shadoi2007-05-122-0/+75
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2507 980ebf18-57e1-0310-9a29-db15c13687c0
* Updated the CHANGELOG with changes for retrieve and acts_as_taggable.ballman2007-05-111-0/+6
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2506 980ebf18-57e1-0310-9a29-db15c13687c0
* Removed acts_as_taggable from the rails stuff. I haven't removed the tables ↵ballman2007-05-114-23/+3
| | | | | | from the schema nor the indexes yet. git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2505 980ebf18-57e1-0310-9a29-db15c13687c0
* Not parsing old versions of puppet.conf -- otherwise, puppet parses the ↵luke2007-05-101-1/+1
| | | | | | whole configuration. git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2504 980ebf18-57e1-0310-9a29-db15c13687c0
* Fixing the to_trans method and ralsh a bit so ralsh now works with the new ↵luke2007-05-103-10/+20
| | | | | | lack of "is" method git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2503 980ebf18-57e1-0310-9a29-db15c13687c0
* correcting some of the function reference docsluke2007-05-101-3/+6
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2502 980ebf18-57e1-0310-9a29-db15c13687c0
* Fixing #605 -- providers now refer to @resource or @resource_type.luke2007-05-0956-394/+406
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2501 980ebf18-57e1-0310-9a29-db15c13687c0
* Fixing #607 -- parameters and properties now refer to a @resource rather ↵luke2007-05-0939-309/+318
| | | | | | than a @parent. The @parent parameter is still set for now, for backward compatibility. git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2500 980ebf18-57e1-0310-9a29-db15c13687c0
* Fixing #606 -- now only components mention @children.luke2007-05-096-206/+202
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2499 980ebf18-57e1-0310-9a29-db15c13687c0
* Allow Darwin to remount rather than unmount / mount, as per puppet-users ↵mccune2007-05-091-1/+1
| | | | | | discussion "mount type and ensure => present on OS X" (Message-Id: <C44C8E86-DF31-4344-9B74-937325A03F5F@madstop.com>) git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2498 980ebf18-57e1-0310-9a29-db15c13687c0
* Getting rid of the last vestiges of the logger testsluke2007-05-092-2/+2
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2497 980ebf18-57e1-0310-9a29-db15c13687c0
* The TODO file has never really meant anything, and it hasn't been modified ↵luke2007-05-091-4/+0
| | | | | | in 2.5 years git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2496 980ebf18-57e1-0310-9a29-db15c13687c0
* Adding default provider info to the providers reportluke2007-05-091-0/+6
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2495 980ebf18-57e1-0310-9a29-db15c13687c0
* Fixing the ability to fail correctly in the fileserver -- a constant was not ↵luke2007-05-092-0/+23
| | | | | | defined correctly for it git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2494 980ebf18-57e1-0310-9a29-db15c13687c0
* Removed FIXARB's from the pfile stuff. These have been resolved.ballman2007-05-092-4/+0
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2493 980ebf18-57e1-0310-9a29-db15c13687c0
* Removed FIXARB's from a file that will be going away.ballman2007-05-091-2/+0
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2492 980ebf18-57e1-0310-9a29-db15c13687c0
* Removed override of change_to_s since it is the same as the overridden ↵ballman2007-05-091-22/+1
| | | | | | method in EnsureProperty. git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2491 980ebf18-57e1-0310-9a29-db15c13687c0
* Removed override of change_to_s since it is the same as the overridden ↵ballman2007-05-091-20/+0
| | | | | | method in EnsureProperty. git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2490 980ebf18-57e1-0310-9a29-db15c13687c0
* Removed calls to is.ballman2007-05-091-7/+0
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2489 980ebf18-57e1-0310-9a29-db15c13687c0
* Removed the testing method: checknewinsync.ballman2007-05-091-15/+0
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2488 980ebf18-57e1-0310-9a29-db15c13687c0
* Merging of refactor-transacton to the trunk. This work removes the :is ↵ballman2007-05-0961-763/+780
| | | | | | attribute from properties and relies on the provider to cache or return the current value of the property. git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2487 980ebf18-57e1-0310-9a29-db15c13687c0
* Hopefully final version of the providers referenceluke2007-05-081-18/+52
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2486 980ebf18-57e1-0310-9a29-db15c13687c0
* Intermediate commit of more reference work, including making provider ↵luke2007-05-084-18/+89
| | | | | | suitable more introspectable. I am about to significantly change the output format of the providers reference, so i want to get this committed before that change. git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2485 980ebf18-57e1-0310-9a29-db15c13687c0
* The result of .compact.join("\n") isn't assigned to anything. Fix.josb2007-05-081-3/+3
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2484 980ebf18-57e1-0310-9a29-db15c13687c0
* Fixing configprint so it fails correctly when an invalid parameter is ↵luke2007-05-081-2/+14
| | | | | | provided, rather than throwing a stack trace git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2483 980ebf18-57e1-0310-9a29-db15c13687c0
* Sorting the network handlers in the network referenceluke2007-05-081-1/+1
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2482 980ebf18-57e1-0310-9a29-db15c13687c0
* Adding a dynamic? option for references, so those are not stored in tracluke2007-05-074-4/+15
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2480 980ebf18-57e1-0310-9a29-db15c13687c0
* Lots of work related to generating more reference. Moving all of the ↵luke2007-05-0715-2/+156
| | | | | | individual references out of puppetdoc and into an external "reference" class, which itself can autoload, so it is now easy to add new types of references. Also adding a network reference, along with an unfinished provider reference. git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2479 980ebf18-57e1-0310-9a29-db15c13687c0
* Removing the obsolete logger network interfaceluke2007-05-073-241/+0
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2478 980ebf18-57e1-0310-9a29-db15c13687c0
* First run at moving references to lib/puppet instead of puppetdocluke2007-05-076-514/+534
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2477 980ebf18-57e1-0310-9a29-db15c13687c0
* Adding a module to abstract using Autoload to load and manage instancesluke2007-05-073-24/+135
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2476 980ebf18-57e1-0310-9a29-db15c13687c0
* Fixing the time-cleaning in the rrdgraph reportluke2007-05-062-2/+3
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2465 980ebf18-57e1-0310-9a29-db15c13687c0
* Fixing #206 and #422. Executables will still look for the deprecated config ↵luke2007-05-0613-141/+418
| | | | | | files and load them using the old parse method, but they now prefer a single configuration file, and files can set parameters (owner, mode, group) in brackets on the same line. git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2464 980ebf18-57e1-0310-9a29-db15c13687c0
* Consolidating all of the configuration parameter declarations into ↵luke2007-05-0422-289/+298
| | | | | | configuration, at least partially just because then the docs for each parameter have to be a bit better. Also, I have gotten rid of the "puppet" section, replacing it with "main", and changed, added, or removed a couple of other sections. In general, we should now prefer more sections, rather than fewer. git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2463 980ebf18-57e1-0310-9a29-db15c13687c0
* Correcting function reference markupluke2007-05-041-1/+2
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2462 980ebf18-57e1-0310-9a29-db15c13687c0
* Applying patch to puppetrun docs from JosBluke2007-05-041-2/+5
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2461 980ebf18-57e1-0310-9a29-db15c13687c0
* adding --summarize option to the changelogluke2007-05-041-0/+4
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2460 980ebf18-57e1-0310-9a29-db15c13687c0
* Adding a --summarize option, to get a transaction summaryluke2007-05-045-43/+105
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2459 980ebf18-57e1-0310-9a29-db15c13687c0
* Fixing #615 (subclasses with similar names) by getting rid of the class ↵luke2007-05-0314-250/+212
| | | | | | "type" and "fqname", and instead using "classname" everywhere. You should no longer see unqualified class/definition names anywhere. Also, rewriting how snippet tests work, to avoid creating all of the files, since the point was the parsing tests, not functional tests. git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2458 980ebf18-57e1-0310-9a29-db15c13687c0
* Adding a fact handler, along with an abstract interface for fact stores and ↵luke2007-05-036-0/+358
| | | | | | a simple yaml fact store, towards the Node Classification work. git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2457 980ebf18-57e1-0310-9a29-db15c13687c0
* Set LANG/LC_ALL/LC_MESSAGES/LANGUAGE to 'C' whenever we execute things, so ↵mpalmer2007-05-032-0/+27
| | | | | | that the output that comes back is more easily parsed, without needing to understand all sorts of foreign languages git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2456 980ebf18-57e1-0310-9a29-db15c13687c0
* Update to latest shipped for Fedora/RHELlutter2007-05-031-0/+7
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2455 980ebf18-57e1-0310-9a29-db15c13687c0
* Committing all the work that josb did, plus a couple of small changesluke2007-05-031-20/+74
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2454 980ebf18-57e1-0310-9a29-db15c13687c0
* Applying patch to puppetd from Jos Backusluke2007-05-021-9/+8
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2453 980ebf18-57e1-0310-9a29-db15c13687c0
* Fixing class name for Handler in puppetdluke2007-05-011-1/+1
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2452 980ebf18-57e1-0310-9a29-db15c13687c0
* Adding --serve back in as an option to puppetd, and failing when a handler ↵luke2007-05-011-0/+3
| | | | | | is specified but missing git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2451 980ebf18-57e1-0310-9a29-db15c13687c0
* updating changelog with version numberluke2007-05-011-0/+1
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2450 980ebf18-57e1-0310-9a29-db15c13687c0
* Updated to version 0.22.4luke2007-05-011-1/+1
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2448 980ebf18-57e1-0310-9a29-db15c13687c0
* Updated to version 0.22.4luke2007-05-011-1/+1
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2447 980ebf18-57e1-0310-9a29-db15c13687c0