summaryrefslogtreecommitdiffstats
path: root/lib/puppet
Commit message (Expand)AuthorAgeFilesLines
...
* Changing the preferred serialization format to jsonLuke Kanies2009-06-062-9/+1
* Switching Queueing to using JSON instead of YAMLLuke Kanies2009-06-064-16/+28
* Adding JSON support to CatalogsLuke Kanies2009-06-062-0/+68
* Providing JSON support to the Resource classLuke Kanies2009-06-061-3/+69
* Adding a JSON utility module for providing Ruby compatLuke Kanies2009-06-061-0/+13
* Adding JSON support to Puppet::RelationshipLuke Kanies2009-06-061-1/+32
* Adding a JSON formatLuke Kanies2009-06-062-1/+34
* Allowing formats to specify the individual method names to useLuke Kanies2009-06-061-22/+28
* Allowing formats to specify the methods they requireLuke Kanies2009-06-061-15/+52
* Adding a "json" featureLuke Kanies2009-06-063-1/+6
* Make sure virtual and rails query use tags when tag are searchedBrice Figureau2009-06-062-5/+12
* Make sure resources are tagged with the user tag on the serverBrice Figureau2009-06-061-0/+1
* Fix #2246 - Array tagged resources can't be collected or exportedBrice Figureau2009-06-061-1/+1
* Partial fix for #2329James Turnbull2009-06-061-1/+1
* Removed extra whitespace from end of linesIan Taylor2009-06-06212-953/+953
* Changed indentation to be more consistent with style guide (4 spaces per level)Ian Taylor2009-06-0621-1067/+1067
* Changed tabs to spaces without interfering with indentation or alignmentIan Taylor2009-06-0622-255/+255
* Fix #2308 - Mongrel should use X-Forwarded-ForBrice Figureau2009-06-052-2/+2
* Fixes Bug #2324 - Puppetd fails to start without railsStéphan Gorget2009-06-051-1/+1
* Enhance versioncmp documentationBrice Figureau2009-06-041-1/+22
* * provider/augeas: allow escaped whitespace and brackets in pathsDavid Lutterkort2009-06-031-1/+1
* * provider/augeas: match comparison uses '==' and '!=' againDavid Lutterkort2009-06-032-7/+7
* * 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