summaryrefslogtreecommitdiffstats
path: root/lib/puppet
Commit message (Expand)AuthorAgeFilesLines
...
| * Fixed error message typoJames Turnbull2008-10-031-1/+1
| * Migrating the apt and dpkg tests to rspec.Luke Kanies2008-10-022-70/+45
| * Add role support to user type and an implementionAndrew Shafer2008-10-013-49/+206
| * Some small clarifying refactors and change to objectadd to allow subclasses ofAndrew Shafer2008-10-012-49/+25
| * Adding user_attr util to parse attributes on solarisAndrew Shafer2008-10-011-0/+21
| * Fixed #1586 - Specifying "fully qualified" package names in GentooJames Turnbull2008-10-021-1/+1
| * Fixed #791 - You should now be able to create and find a user/group in one tr...Luke Kanies2008-10-021-12/+10
| * Refactoring and adding tests to the file group property.Luke Kanies2008-10-021-46/+18
| * Merge branch 'tickets/0.24.x/1622' into 0.24.xJames Turnbull2008-10-026-107/+67
| |\
| | * Modified the group and zone resource types to no longer callLuke Kanies2008-09-303-16/+14
| | * Modified the behaviour of resource-level 'retrieve' -- it onlyLuke Kanies2008-09-301-7/+17
| | * Adding tests for the user retrieve methodLuke Kanies2008-09-301-2/+1
| | * Removing commented code from the user type from about 2005Luke Kanies2008-09-301-23/+0
| | * The Netinfo and DirectoryService providers can now create user and group simu...Luke Kanies2008-09-302-5/+24
| | * Fixing #1622 - The user type only looks up groups when necessary.Luke Kanies2008-09-301-57/+14
| * | Fixed #1620 - Add 'sles' to Puppet confines when 'suse' is usedJames Turnbull2008-10-012-3/+3
| * | Add parser for arbitrary expressionsBrice Figureau2008-10-013-645/+1020
| * | Add arithmetic operators to ASTBrice Figureau2008-09-304-0/+89
| * | Add not operator to ASTBrice Figureau2008-09-302-0/+20
| * | Add comparison operators (< > == != <= >=) to ASTBrice Figureau2008-09-302-0/+38
| * | Add boolean operators to ASTBrice Figureau2008-09-302-0/+49
| * | Add warning and forcibly set to :md5 fixing #1564Paul Nasrat2008-09-301-0/+4
| * | Fix metadata class for cases when checksum_type setPaul Nasrat2008-09-301-3/+3
| * | Fixed #1603 - Added support for running Puppet inside a Rack applicationJames Turnbull2008-09-301-0/+148
| * | Fix ticket 1596 in new fileset code, use tmpdir in fileserver tests.Paul Nasrat2008-09-301-1/+1
| * | Make fileserver use fileset for recursion and handle dangling links by ignori...Paul Nasrat2008-09-302-42/+25
| |/
| * Fixed #1610 - Raise "Filebucketed" messages to Notice priorityJames Turnbull2008-09-261-2/+2
| * Added a number of confines to package providersJames Turnbull2008-09-256-2/+16
| * Fixed #1609 - Added confines for the Gentoo, FreeBSD and SMF (Solaris) servic...James Turnbull2008-09-253-0/+6
| * Fixed #1608 - Added ubuntu to defaultfor for apt providerJames Turnbull2008-09-251-1/+1
| * Fixed #1607 - Added ubuntu to defaultfor for Debian service providerJames Turnbull2008-09-251-1/+1
| * Fixed #1472 -- defined, exported resources in the current compile now get exp...Luke Kanies2008-09-251-1/+2
| * Fixed #1045 - Multiple metaparams all get added to resources.Luke Kanies2008-09-241-1/+1
* | Adding comments to Puppet::Util::CacherLuke Kanies2008-10-151-2/+26
* | Removing obselete code from the file type.Luke Kanies2008-10-031-69/+0
* | Merged fsweetser's selinux patch against HEADBrett Lentz2008-09-256-0/+366
* | Merge branch 'feature/master/1481'Luke Kanies2008-09-2325-540/+440
|\ \
| * | Removing the old, obsolete recursion methods.Luke Kanies2008-08-291-168/+0
| * | As far as I can tell, recursion is working entirely.Luke Kanies2008-08-291-1/+1
| * | Removing insanely stupid default property behaviour.Luke Kanies2008-08-291-11/+1
| * | Source recursion is nearly working.Luke Kanies2008-08-292-12/+28
| * | Files now use the Indirector to recurse locally.Luke Kanies2008-08-281-6/+15
| * | Fixing filesets to allow nil ignore values.Luke Kanies2008-08-281-0/+2
| * | Recursion using REST seems to almost work.Luke Kanies2008-08-281-163/+83
| * | Mostly finishing refactoring file recursion to use REST.Luke Kanies2008-08-272-17/+50
| * | Fixing FileServing::Base so that it can recurse on a single file.Luke Kanies2008-08-271-1/+1
| * | Fixing the terminus helper so it correctly catches options passed from client...Luke Kanies2008-08-261-1/+10
| * | The file source is now refactored and uses REST.Luke Kanies2008-08-262-25/+36
| * | One third done refactoring file[:source] -- retrieve() is done.Luke Kanies2008-08-261-112/+62
| * | Adding a "source" attribute to fileserving instances.Luke Kanies2008-08-261-0/+4