summaryrefslogtreecommitdiffstats
path: root/lib/puppet/provider/confiner.rb
Commit message (Expand)AuthorAgeFilesLines
* Code smell: Two space indentationMarkus Roberts2010-07-091-10/+10
* Code smell: Don't restate results directly after assignmentMarkus Roberts2010-07-091-1/+0
* Code smell: Use ||= for conditional initializationMarkus Roberts2010-07-091-1/+1
* Code smell: Booleans are first class values.Markus Roberts2010-07-091-2/+1
* Code smell: Line modifiers are preferred to one-line blocks.Markus Roberts2010-07-091-3/+1
* Fixing the provider's confine subsystem so the logs are more useful.Luke Kanies2008-11-131-1/+1
* Refactoring how the provider confine tests work, again.Luke Kanies2008-05-191-1/+1
* Moving all confine code out of the Provider class, and fixing #1197.Luke Kanies2008-05-151-32/+11
* Moving the 'confine' handling to separate classes.Luke Kanies2008-05-151-0/+41