summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* okay, file sourcing actually seems to work nowLuke Kanies2005-07-202-21/+118
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@425 980ebf18-57e1-0310-9a29-db15c13687c0
* checkpoint commitLuke Kanies2005-07-193-188/+328
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@424 980ebf18-57e1-0310-9a29-db15c13687c0
* moving setpath to parampath=, as a param methodLuke Kanies2005-07-191-5/+6
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@423 980ebf18-57e1-0310-9a29-db15c13687c0
* adding "=" to metaparam methods, and allowing types to use methods for paramsLuke Kanies2005-07-191-6/+13
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@422 980ebf18-57e1-0310-9a29-db15c13687c0
* temp commit before i change the whole way that i am doing source + recursionLuke Kanies2005-07-198-164/+656
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@421 980ebf18-57e1-0310-9a29-db15c13687c0
* removing, since pfile now has link functionalityLuke Kanies2005-07-191-67/+0
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@420 980ebf18-57e1-0310-9a29-db15c13687c0
* removing, since pfile now has link functionalityLuke Kanies2005-07-191-109/+0
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@419 980ebf18-57e1-0310-9a29-db15c13687c0
* downcasing the values of all factsLuke Kanies2005-07-181-1/+1
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@416 980ebf18-57e1-0310-9a29-db15c13687c0
* switching facts to be auto-provided by the clientLuke Kanies2005-07-188-39/+56
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@415 980ebf18-57e1-0310-9a29-db15c13687c0
* removed type.method() syntax, and replaced it with Type { default => value} ↵Luke Kanies2005-07-164-14/+31
| | | | | | syntax -- i still need to add test cases git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@409 980ebf18-57e1-0310-9a29-db15c13687c0
* changing path stuff to be service-specificLuke Kanies2005-07-162-15/+19
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@408 980ebf18-57e1-0310-9a29-db15c13687c0
* modifying failer stuffLuke Kanies2005-07-161-2/+18
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@407 980ebf18-57e1-0310-9a29-db15c13687c0
* adding more validation methodsLuke Kanies2005-07-151-1/+14
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@403 980ebf18-57e1-0310-9a29-db15c13687c0
* reducing to one statefile definitionLuke Kanies2005-07-141-40/+26
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@396 980ebf18-57e1-0310-9a29-db15c13687c0
* converting debug() back to Puppet.debug()Luke Kanies2005-07-141-9/+13
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@395 980ebf18-57e1-0310-9a29-db15c13687c0
* converting debug() back to Puppet.debug()Luke Kanies2005-07-141-7/+7
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@393 980ebf18-57e1-0310-9a29-db15c13687c0
* converting debug() back to Puppet.debug()Luke Kanies2005-07-141-1/+1
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@392 980ebf18-57e1-0310-9a29-db15c13687c0
* converting debug() back to Puppet.debug()Luke Kanies2005-07-141-5/+12
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@391 980ebf18-57e1-0310-9a29-db15c13687c0
* adding methods callable from languageLuke Kanies2005-07-141-0/+32
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@390 980ebf18-57e1-0310-9a29-db15c13687c0
* making rpm the default package manager for all linuxes, with exceptions allowedLuke Kanies2005-07-141-1/+3
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@387 980ebf18-57e1-0310-9a29-db15c13687c0
* defaulting to rpm for everyone i don't know anything aboutLuke Kanies2005-07-141-1/+5
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@386 980ebf18-57e1-0310-9a29-db15c13687c0
* adding rpm as the default type for FedoraLuke Kanies2005-07-141-0/+1
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@385 980ebf18-57e1-0310-9a29-db15c13687c0
* updatesLuke Kanies2005-07-141-0/+1
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@384 980ebf18-57e1-0310-9a29-db15c13687c0
* Updated install script to include all bin files.Jesse Koontz2005-07-131-4/+6
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@383 980ebf18-57e1-0310-9a29-db15c13687c0
* using old name method, since it is required to make names unique given how ↵Luke Kanies2005-07-121-2/+2
| | | | | | classes currently work git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@382 980ebf18-57e1-0310-9a29-db15c13687c0
* fully qualifying warning method, because it is not being imported for some ↵Luke Kanies2005-07-121-2/+2
| | | | | | reason git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@381 980ebf18-57e1-0310-9a29-db15c13687c0
* disabling metrics tests on machines missing RRDLuke Kanies2005-07-121-53/+64
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@380 980ebf18-57e1-0310-9a29-db15c13687c0
* adding path stuff everywhere, although i had to keep component names kind of ↵Luke Kanies2005-07-124-8/+31
| | | | | | funky git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@378 980ebf18-57e1-0310-9a29-db15c13687c0
* adding link functionalityLuke Kanies2005-07-122-3/+106
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@376 980ebf18-57e1-0310-9a29-db15c13687c0
* toying with some doc stuffLuke Kanies2005-07-122-1/+39
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@375 980ebf18-57e1-0310-9a29-db15c13687c0
* removing an obsolete VERBOSE settingLuke Kanies2005-07-121-2/+0
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@374 980ebf18-57e1-0310-9a29-db15c13687c0
* removing some debuggingLuke Kanies2005-07-121-3/+3
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@373 980ebf18-57e1-0310-9a29-db15c13687c0
* lots of refactoringLuke Kanies2005-07-123-165/+161
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@372 980ebf18-57e1-0310-9a29-db15c13687c0
* in the middle of a bunch of refactoring; committing so that others can try ↵Luke Kanies2005-07-127-220/+155
| | | | | | to replicate the segfault i am seeing git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@370 980ebf18-57e1-0310-9a29-db15c13687c0
* doing some refactoringLuke Kanies2005-07-124-35/+35
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@369 980ebf18-57e1-0310-9a29-db15c13687c0
* converting to "include Puppet" and not qualifing output methodsLuke Kanies2005-07-1219-178/+180
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@368 980ebf18-57e1-0310-9a29-db15c13687c0
* hopefully, finally resolving recursive file creation problemsLuke Kanies2005-07-112-31/+53
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@363 980ebf18-57e1-0310-9a29-db15c13687c0
* moving namevar translation to a methodLuke Kanies2005-07-111-19/+29
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@362 980ebf18-57e1-0310-9a29-db15c13687c0
* swapping console colorsLuke Kanies2005-07-111-2/+2
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@361 980ebf18-57e1-0310-9a29-db15c13687c0
* changing commentsLuke Kanies2005-07-111-4/+1
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@360 980ebf18-57e1-0310-9a29-db15c13687c0
* cleaning up bugs in the tests, and adding more error checking around the bugsLuke Kanies2005-07-113-12/+48
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@359 980ebf18-57e1-0310-9a29-db15c13687c0
* adding refreshonly parameterLuke Kanies2005-07-112-5/+56
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@358 980ebf18-57e1-0310-9a29-db15c13687c0
* found a bunch of bugs in Puppet::Storage, plus some bugs in how file ↵Luke Kanies2005-07-115-22/+44
| | | | | | recursion was being tested and thus some real bugs in the system git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@357 980ebf18-57e1-0310-9a29-db15c13687c0
* adding a to_s methodLuke Kanies2005-07-111-1/+4
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@356 980ebf18-57e1-0310-9a29-db15c13687c0
* fixing storage class; it was not actually correctly retrieving state from diskLuke Kanies2005-07-112-12/+64
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@355 980ebf18-57e1-0310-9a29-db15c13687c0
* adding Puppet#recmkdir utility function, and making sure Log and Storage ↵Luke Kanies2005-07-115-7/+85
| | | | | | create their own files and directories as necessary git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@354 980ebf18-57e1-0310-9a29-db15c13687c0
* adding some more tests for recursion plus checksumming, because they are ↵Luke Kanies2005-07-114-8/+61
| | | | | | somewhat incompatible for directories git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@353 980ebf18-57e1-0310-9a29-db15c13687c0
* ok, verbose => infoLuke Kanies2005-07-111-2/+2
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@352 980ebf18-57e1-0310-9a29-db15c13687c0
* duh, somehow added Blink calls in there...Luke Kanies2005-07-111-2/+2
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@351 980ebf18-57e1-0310-9a29-db15c13687c0
* adding cwd parameter to execLuke Kanies2005-07-112-9/+62
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@350 980ebf18-57e1-0310-9a29-db15c13687c0