summaryrefslogtreecommitdiffstats
path: root/lib/puppet/type/group.rb
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '2.6.x' into nextMax Martin2011-04-131-2/+11
|\
| * Fixed #7082 - Added system support for groupsJames Turnbull2011-04-141-1/+11
* | (Maint) Fix uninitialized constant.Pieter van de Bruggen2011-04-061-0/+1
* | (#5432) Use AIX native commands to manage users and groupsHector Rivas Gandara2011-01-101-0/+36
|/
* Updated all types to Markdown outputJames Turnbull2010-08-111-1/+0
* Reformatting documentation from RST to MarkDown (#4509)Jes Fraser2010-08-111-1/+1
* Code smell: Two space indentationMarkus Roberts2010-07-091-78/+78
* Code smell: Avoid explicit returnsMarkus Roberts2010-07-091-1/+1
* Code smell: Use string interpolationMarkus Roberts2010-07-091-2/+2
* Porting/removing group test/unit testsLuke Kanies2010-04-121-5/+0
* Removed extra whitespace from end of linesIan Taylor2009-06-061-8/+8
* fix bug with numeric uid/gid in directoryservice provider. doc string cleanupsNigel Kersten2008-11-281-17/+4
* Lots of DirectoryService work. New Computer Type. Users now use password hash...Nigel Kersten2008-11-261-8/+30
* Fixing #1764 - a property's 'sync' method is never considered a no-op.Luke Kanies2008-11-211-29/+2
* Modified the group and zone resource types to no longer callLuke Kanies2008-09-301-8/+0
* Fixed #1407 - allowdupe is now a boolean group parameter.Luke Kanies2008-07-091-1/+1
* Removing the Id tags from all of the filesLuke Kanies2007-10-031-1/+0
* Changing "element" to "resource" in the documentation, which just aligns with...luke2007-07-091-1/+1
* Removing the long-obsolete Element base class. The Parameter and Type classe...luke2007-07-041-1/+0
* Significantly reworked the type => provider interface with respect toluke2007-06-041-16/+0
* Fixing #607 -- parameters and properties now refer to a @resource rather than...luke2007-05-091-1/+1
* Removed override of change_to_s since it is the same as the overridden method...ballman2007-05-091-20/+0
* Merging of refactor-transacton to the trunk. This work removes the :is attri...ballman2007-05-091-22/+9
* Mostly done with the conversion to restructured text, but there are still som...luke2007-04-241-1/+1
* Merging the state-rename branch. This includes the diff from version 2156 to...luke2007-02-071-10/+5
* Fixing #463. I redid all the autogen stuff so it can handle autogenerating s...luke2007-01-291-21/+0
* Trying to get a netinfo provider for mounts working, but i give up. I am lea...luke2006-11-121-1/+1
* Merging the code over from the oscar branch. I will now be doing all develop...luke2006-11-081-1/+1
* Adding class list method to group. Also added a test to verify every type re...luke2006-09-211-7/+12
* Removing the no-longer-necessary type/nameservice info -- it is all in the pr...luke2006-09-191-1/+0
* Removing all of the changes I made towards refactoring in the last couple of ...luke2006-09-051-14/+35
* This is the initial commit of the changes to sync and retrieve. Theluke2006-09-031-35/+14
* Merging r1468 from the implementations branch with r1438 from when the branch...luke2006-08-141-60/+31
* Fixing #176. You can now do duplicate UIDs (or GIDs on most platforms) with ...luke2006-07-211-0/+8
* Added a list class method to just about all types, and it seems to actually w...luke2006-04-201-1/+1
* Adding a "list" class method to most types, and using it in the tests for the...luke2006-04-201-0/+11
* eliminating some debugging, and removing a small redundancy bug in nameserver.rbluke2006-04-031-10/+17
* Fixing #68. After tons and tons and tons of work, everything successfully co...luke2006-03-021-0/+69
* Fixing #70. We now have user and group management on FreeBSD.luke2006-02-281-0/+3
* Changing transactions to be one-stage instead of two, and changing most of th...luke2006-02-161-1/+1
* Made lots of small changes, mostly to help usability but also fixed a couple ...luke2006-01-181-2/+2
* Adding an "ensure" state where appropriate, and significantly reworking the b...luke2006-01-171-1/+8
* Added "ensure" state to some classes, and added infrastructure for it to work...luke2006-01-161-2/+2
* All tests pass now, although the lack of service support on os x means that i...luke2006-01-091-1/+2
* Merging changes from the head of the rework1 branch, r 784luke2006-01-081-77/+52
* Undoing the merge that happened in 785luke2006-01-071-52/+77
* Merging in refactoring from version 774 into version 784luke2006-01-071-77/+52
* Adding logging methods to all Puppet::Element instances, and converting all i...luke2005-10-261-1/+1
* Switched @should to an array, so all objects can now handle that. I have not...luke2005-10-021-2/+2
* Users and groups now work on OS X. I had to make some key changes to how tra...luke2005-09-171-4/+0