summaryrefslogtreecommitdiffstats
path: root/lib/puppet
Commit message (Expand)AuthorAgeFilesLines
...
* * provider/augeas (process_match): no match results in empty arrayDavid Lutterkort2009-06-031-1/+1
* * provider/augeas: remove useless checks for nilDavid Lutterkort2009-06-031-36/+32
* * provider/augeas: simplify evaluation in process_get/matchDavid Lutterkort2009-06-031-10/+9
* * provider/augeas (open_augeas): use Augeas flag names, not intsDavid Lutterkort2009-06-031-2/+2
* * provider/augeas: ensure Augeas connection is always closedDavid Lutterkort2009-06-031-35/+41
* * provider/augeas: minor code cleanupDavid Lutterkort2009-06-031-44/+44
* * provider/augeas (parse_commands): use split to split string into linesDavid Lutterkort2009-06-031-3/+1
* * provider/augeas: remove trailing whitespace (no functional change)David Lutterkort2009-06-031-4/+4
* Brought in lutters parse_commands patch and integrated it into the type.David Lutterkort2009-06-032-63/+113
* Fixing a bunch of warningsLuke Kanies2009-06-039-15/+15
* Always providing a value for 'exported' on Rails resourcesLuke Kanies2009-06-031-2/+11
* Fixing #2230 - exported resources work againLuke Kanies2009-06-031-0/+1
* Disabling the catalog cache, so puppetqd is compatible with storeconfigsLuke Kanies2009-06-031-0/+6
* Fixing the rails feature to be compatible with 2.1+Luke Kanies2009-06-031-19/+16
* Using Message acknowledgement in queueingLuke Kanies2009-06-031-1/+4
* Fixing #2315 - ca --generate works againLuke Kanies2009-06-031-9/+1
* Fix #2220 - Make sure stat is refreshed while managing FilesBrice Figureau2009-06-021-1/+1
* JRuby OpenSSL implementation is more strict than real ruby one andJames Turnbull2009-05-301-1/+1
* Logging when a cached catalog is used.Luke Kanies2009-05-281-0/+1
* Changing Puppet::Cacher::Expirer#expired? method nameLuke Kanies2009-05-283-3/+4
* Fixing #2240 - external node failures now log outputLuke Kanies2009-05-281-5/+1
* Fixing #2237 - client_yaml dir is always created by puppetdLuke Kanies2009-05-281-0/+2
* Fixing #2228 - --logdest works again in puppetd and puppetmasterdLuke Kanies2009-05-272-2/+2
* Fixing the Agent so puppetrun actually works server-sideLuke Kanies2009-05-271-2/+2
* Fixing #2248 - --no-client correctly leaves off clientLuke Kanies2009-05-271-1/+1
* Fixing #2243 - puppetrun works againLuke Kanies2009-05-271-1/+4
* Fixed #2280 - Detailed exit codes fixJames Turnbull2009-05-271-1/+1
* Fixing #2253 - pluginsync failures propagate correctlyLuke Kanies2009-05-261-8/+8
* Refactoring resource generation slightlyLuke Kanies2009-05-261-5/+4
* Extracting a method from eval_resource in TransactionLuke Kanies2009-05-261-37/+45
* Not trying to load files that get removed in pluginsyncingLuke Kanies2009-05-261-0/+1
* Fix #2300 - Update ssh_authorized_key documentationFrancois Deppierraz2009-05-261-3/+8
* enable maillist on centos, redhat, fedoraPeter Meier2009-05-221-4/+8
* Fixing #2288 - fixing the tests broken by my attr_ttl codeLuke Kanies2009-05-221-0/+1
* Fix for #2234: test fails with old Rack versionChristian Hofstaedtler2009-05-202-2/+24
* Fixing #2273 - file purging works more intuitivelyLuke Kanies2009-05-202-14/+13
* Caching whether named autoloaded files are missingLuke Kanies2009-05-202-2/+18
* Adding caching of file metadata to the autoloaderLuke Kanies2009-05-202-1/+101
* Adding modulepath caching to the AutoloaderLuke Kanies2009-05-201-17/+22
* Adding caching to the Environment classLuke Kanies2009-05-201-2/+18
* Adding TTL support to attribute cachingLuke Kanies2009-05-201-4/+34
* Fixed #2666 - Broken docstring formattingJames Turnbull2009-05-204-9/+19
* Deprecating factsync - pluginsync should be used insteadLuke Kanies2009-05-201-0/+3
* Protecting Stomp client against internal failuresLuke Kanies2009-05-181-1/+5
* Adding some usability bits to puppetqdLuke Kanies2009-05-181-3/+21
* Refactoring the stomp client and tests a bitLuke Kanies2009-05-181-2/+12
* Relying on threads rather than sleeping for puppetqdLuke Kanies2009-05-181-5/+1
* Fixing #2250 - Missing templates throw a helpful errorLuke Kanies2009-05-182-10/+7
* Fixing #2273 - CA location is set correctly in puppetcaLuke Kanies2009-05-171-1/+1
* RackXMLRPC: buffer request contents in memory, as a real string.Christian Hofstaedtler2009-05-151-1/+1