summaryrefslogtreecommitdiffstats
path: root/lib/puppet
Commit message (Expand)AuthorAgeFilesLines
...
* Only trying to retrieve passwords on OS X when rootLuke Kanies2010-04-121-2/+2
* Fixing a warning in the aix package providerLuke Kanies2010-04-121-1/+1
* Removing tests for code that was removed in the REST refactorLuke Kanies2010-04-121-38/+0
* Fixing and porting Transaction Report testsLuke Kanies2010-04-121-3/+3
* Fixing Property#change_to_s in rare case failuresLuke Kanies2010-04-121-3/+3
* Fixing Hash functionality with non-constant keysLuke Kanies2010-04-121-1/+2
* Removing vistigial method in ASTHashLuke Kanies2010-04-121-3/+0
* Porting/removing group test/unit testsLuke Kanies2010-04-121-5/+0
* Cleaning up content/source codeLuke Kanies2010-04-122-15/+11
* Making SshAuthorizedKeys tests less brittleLuke Kanies2010-04-121-1/+1
* Markus's patch concerning string interpolationJesse Wolfe2010-04-123-1674/+1759
* The pure-ruby YAML lib doesn't accept parametersJesse Wolfe2010-04-091-1/+1
* Fix a failure in new FileBucket where it was impossible to read from aJesse Wolfe2010-04-093-4/+6
* Fixing various broken Resource::Type testsLuke Kanies2010-04-091-2/+7
* Renaming and fixing puppetrun tests.Luke Kanies2010-04-091-1/+4
* Removing any mentions of :casesensitive settingLuke Kanies2010-04-094-13/+7
* Fixing syntax warningLuke Kanies2010-04-091-1/+1
* Repair validate_checksum codepath, even though it is disabled.Jesse Wolfe2010-04-091-1/+5
* Resolving conflicts with ???Markus Roberts2010-02-171-5/+5
* Fixing a typo from a regexLuke Kanies2010-02-171-1/+1
* Fixing change printing for content/ensureLuke Kanies2010-02-172-4/+9
* Converted File[checksum] to a parameter not propertyLuke Kanies2010-02-174-273/+29
* Adding "checksum?" helper method to Checksums moduleLuke Kanies2010-02-171-0/+5
* Resolving conflicts with luke:tickets/testing/2954Markus Roberts2010-02-171-1/+1
* Adding virtual and exported resource support to the DSLLuke Kanies2010-02-172-7/+60
* s/DSL::ResourceHelper/DSL::ResourceAPI/gLuke Kanies2010-02-173-3/+3
* Adding simplistic pure ruby interfaceLuke Kanies2010-02-175-5/+128
* Adding environment support to parser resourcesLuke Kanies2010-02-171-0/+2
* Resolving conflicts with ???Markus Roberts2010-02-171-3/+2
* Moving the string interpolation parsing to the parser/lexerMarkus Roberts2010-02-174-1134/+1232
* Resolving conflicts with jesse:feature/master/3394Markus Roberts2010-02-171-1/+0
* Resolving conflicts with luke:tickets/master/2759Markus Roberts2010-02-171-1/+1
* Resolving conflicts with ???Markus Roberts2010-02-171-1/+1
* Finishing renaming :params to :parameters internallyLuke Kanies2010-02-178-23/+23
* Forcing parent evaluation in resource typesLuke Kanies2010-02-171-2/+17
* Fixing type/title resource resolutionLuke Kanies2010-02-171-35/+121
* Converging the Resource classes furtherLuke Kanies2010-02-173-50/+28
* Adding strictness checking to resourcesLuke Kanies2010-02-173-10/+21
* Fixing most of the broken tests in test/Luke Kanies2010-02-175-20/+47
* Removing Resource::Reference classesLuke Kanies2010-02-1722-447/+204
* Adding support for class parametersLuke Kanies2010-02-172-10/+4
* Removing :paramcheck and :typecheck settingsLuke Kanies2010-02-171-5/+0
* Allowing Environment.new to take an environmentLuke Kanies2010-02-171-0/+1
* TypeCollection now supports namespace arraysLuke Kanies2010-02-172-22/+20
* Adding parameter validation to Puppet::ResourceLuke Kanies2010-02-178-16/+61
* Tuning file load orderLuke Kanies2010-02-171-0/+2
* Removing obsolete Settings comments and requireLuke Kanies2010-02-171-3/+0
* Adding an environment helperLuke Kanies2010-02-171-0/+14
* Changing the interface of Puppet::ResourceLuke Kanies2010-02-173-6/+12
* Partially fixing #2954 - Adding class parametersLuke Kanies2010-02-172-691/+668