summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fixing #1614 - Environments no longer have to be listed out.Luke Kanies2008-10-034-75/+4
* Fixed #1628 - Changed node search to use certname rather than Facter hostnameJames Turnbull2008-10-032-3/+6
* Updated puppet binary documentationJames Turnbull2008-10-032-5/+7
* Fixed error message typoJames Turnbull2008-10-031-1/+1
* Adding a rake task for sending emails to the dev listLuke Kanies2008-10-021-0/+36
* Fixing package provider tests to use the new Transaction::Change interfaceLuke Kanies2008-10-022-4/+3
* Migrating the apt and dpkg tests to rspec.Luke Kanies2008-10-026-303/+346
* Update change log with RBAC rolesAndrew Shafer2008-10-011-0/+2
* Add role support to user type and an implementionAndrew Shafer2008-10-015-49/+484
* 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-012-0/+68
* Fixed #1586 - Specifying "fully qualified" package names in GentooJames Turnbull2008-10-022-1/+3
* Fixed #791 - You should now be able to create and find a user/group in one tr...Luke Kanies2008-10-024-194/+268
* Refactoring and adding tests to the file group property.Luke Kanies2008-10-022-46/+105
* Merge branch 'tickets/0.24.x/1622' into 0.24.xJames Turnbull2008-10-0210-163/+303
|\
| * Modified the group and zone resource types to no longer callLuke Kanies2008-09-305-16/+19
| * Modified the behaviour of resource-level 'retrieve' -- it onlyLuke Kanies2008-09-303-26/+73
| * Updating changelog for #1622Luke Kanies2008-09-301-0/+2
| * Adding tests for the user retrieve methodLuke Kanies2008-09-302-2/+25
| * 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-302-58/+154
| * Aliasing the rspec 'should' method to 'must'Luke Kanies2008-09-301-0/+5
| * Rewriting the user tests, in preparation for enhancing themLuke Kanies2008-09-301-41/+9
* | Fixed #1620 - Add 'sles' to Puppet confines when 'suse' is usedJames Turnbull2008-10-013-3/+5
* | Add parser for arbitrary expressionsBrice Figureau2008-10-018-649/+1116
* | Add arithmetic operators to ASTBrice Figureau2008-09-307-0/+248
* | Add not operator to ASTBrice Figureau2008-09-303-0/+50
* | Add comparison operators (< > == != <= >=) to ASTBrice Figureau2008-09-303-0/+90
* | Add boolean operators to ASTBrice Figureau2008-09-303-0/+102
* | Add warning and forcibly set to :md5 fixing #1564Paul Nasrat2008-09-303-0/+14
* | Fix metadata class for cases when checksum_type setPaul Nasrat2008-09-302-4/+20
* | Fixed #1603 - Added support for running Puppet inside a Rack applicationJames Turnbull2008-09-305-0/+283
* | Fix ticket 1596 in new fileset code, use tmpdir in fileserver tests.Paul Nasrat2008-09-304-2/+13
* | Make fileserver use fileset for recursion and handle dangling links by ignori...Paul Nasrat2008-09-302-42/+25
* | Add tests for FileServer::Mount list for #1544Paul Nasrat2008-09-301-0/+133
|/
* Fixed #1610 - Raise "Filebucketed" messages to Notice priorityJames Turnbull2008-09-262-2/+4
* Added a number of confines to package providersJames Turnbull2008-09-257-2/+18
* Fixed #1609 - Added confines for the Gentoo, FreeBSD and SMF (Solaris) servic...James Turnbull2008-09-254-0/+9
* Fixed #1608 - Added ubuntu to defaultfor for apt providerJames Turnbull2008-09-252-1/+3
* Fixed #1607 - Added ubuntu to defaultfor for Debian service providerJames Turnbull2008-09-252-1/+4
* Fixed #1588 - Fixed puppetca --clean --allJames Turnbull2008-09-252-2/+5
* Fixed #1472 -- defined, exported resources in the current compile now get exp...Luke Kanies2008-09-253-6/+10
* Fixed #1045 - Multiple metaparams all get added to resources.Luke Kanies2008-09-243-1/+13
* Removing some code in Parameter that is unnecessary.Luke Kanies2008-09-233-6/+13
* Fixed #1595 - Internally, Property#retrieve is no longer calledLuke Kanies2008-09-235-23/+57
* Only apply splay the first runAndrew Shafer2008-09-212-8/+50
* fix failing hpux user specsAndrew Shafer2008-09-201-8/+4
* Add rspec unit test for the append operatorBrice Figureau2008-09-216-1/+133
* Add an append (+=) variable operator:Brice Figureau2008-09-215-716/+760