summaryrefslogtreecommitdiffstats
path: root/lib/puppet/provider
Commit message (Expand)AuthorAgeFilesLines
* Fixed #2645 - Added support for creating system usersJames Turnbull2011-03-091-1/+6
* (#6364) Adjust mis-translated regex in mount provider for AIXJacob Helwig2011-02-181-1/+1
* bug #5681 -- code fix to handle AIX mount outputRick Bradley2011-01-311-1/+1
* Bug #5681 -- parse AIX mount command output.Daniel Pittman2011-01-311-0/+2
* Feature #5855 -- fix withenv call in freebsd package providerfredrik-eriksson2011-01-261-2/+2
* Merge branch 'bug/2.6.next/6009' into 2.6.nextDaniel Pittman2011-01-251-2/+2
|\
| * Fixed #6009 - nested member list vs directory service group providerJames Turnbull2011-01-251-2/+2
* | (#5931) Prevent errors when calling insync? on audited propertiesPaul Berry2011-01-253-5/+1
* | Maint: Rename misleading insync? method in file providerPaul Berry2011-01-252-2/+2
|/
* (#5304) Use internal_name rather than real_name for maillist providerNigel Kersten2010-12-011-5/+3
* Revert "(#5304) Use internal_name rather than real_name for maillist provider"James Turnbull2010-12-021-5/+6
* (#5304) Use internal_name rather than real_name for maillist providerNigel Kersten2010-11-301-6/+5
* Fix for #4279 -- mount detection on HP-UXMarkus Roberts2010-11-161-1/+1
* Fix for #5273 -- user resource constantly resetting password ageMarkus Roberts2010-11-162-4/+4
* Fix for #4299 -- Don't require whichMarkus Roberts2010-11-121-4/+1
* Reimplementation of functionality removed by prior commitMarkus Roberts2010-11-101-1/+9
* Refactor for CLAMarkus Roberts2010-11-101-13/+1
* (#4573) FreeBSD service provider now supports versions <7 and >8Nick Lewis2010-11-101-1/+4
* Fixed #5112 - Launchd Service broke in 2.6.2 with OS X 10.4 Clients.donavan2010-10-291-1/+1
* Minimal fix for #4975 -- only call chage when managing password age rulesMarkus Roberts2010-10-133-8/+11
* Fix for #4963 -- Use correct commands for password expiry on solarisMarkus Roberts2010-10-131-3/+3
* Reversion of 021d534482dd8edb863cb77d668ac3525362a0a6Markus Roberts2010-10-051-2/+1
* Adds #3046 - support for password min/max ageNick Lewis2010-09-295-13/+57
* Add user account expiry to the useradd type and providerDean Wilson2010-09-291-1/+11
* Fixed #4025 (failure in launchd if certain plists are binary).Paul Berry2010-09-291-9/+16
* Fix #4267 - Create a backup before dropping permissionsJesse Wolfe2010-09-281-0/+7
* Fix for #4746 -- Newline goes at the _end_ of the lineMarkus Roberts2010-09-221-1/+1
* Fixed #3707 - rpm, like dpkg-query exits 1 if the package is not installed. ...James Turnbull2010-09-231-1/+2
* Skip apt-listbugs and apt-listchanges when installing from puppetDean Wilson2010-09-041-0/+4
* Updated all types to Markdown outputJames Turnbull2010-08-1129-40/+40
* Fixes errant Trac references in documentationJames Turnbull2010-07-152-2/+2
* Code smell: Two space indentationMarkus Roberts2010-07-0985-7053/+7053
* Code smell: Avoid needless decorationsMarkus Roberts2010-07-0915-29/+29
* Code smell: Don't restate results directly after assignmentMarkus Roberts2010-07-096-6/+0
* Code smell: Use ||= for conditional initializationMarkus Roberts2010-07-095-7/+7
* Code smell: Omit needless checks on definedMarkus Roberts2010-07-094-6/+6
* Code smell: Avoid unneeded blocksMarkus Roberts2010-07-0912-51/+17
* Code smell: Avoid explicit returnsMarkus Roberts2010-07-0946-110/+110
* Code smell: Booleans are first class values.Markus Roberts2010-07-099-68/+13
* Code smell: Line modifiers are preferred to one-line blocks.Markus Roberts2010-07-0948-381/+131
* Code smell: Use string interpolationMarkus Roberts2010-07-0954-175/+175
* Code smell: English names for special globals rather than line-noiseMarkus Roberts2010-07-095-5/+5
* Code smell: Use {} for % notation delimiters wherever practicalMarkus Roberts2010-07-091-2/+2
* Code smell: Inconsistent indentation and related formatting issuesMarkus Roberts2010-07-0949-660/+678
* Code smell: Miscellaneous oddity removalMarkus Roberts2010-07-091-1/+1
* Code smell: Win32 --> MS_windowsMarkus Roberts2010-07-091-4/+4
* [#4198] Require 'fileutils' everywhere FileUtils is usedJesse Wolfe2010-07-091-0/+1
* saving work for my unit tests. The redhat one still fails...Dan Bode2010-07-071-1/+1
* [4123] - allows self.instances to correctly report state of services.Dan Bode2010-07-072-2/+3
* created init provider method self.get_services which accepts an array of file...Dan Bode2010-07-072-3/+11