summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
| * | Merge branch 'ticket/0.24.x/1067' of git://github.com/littleidea/puppet into ...James Turnbull2008-07-052-18/+7
| |\ \
| | * | file object creation should fail if source is not presentAndrew Shafer2008-07-042-18/+7
| | |/
| * | Removed debugging from lib/puppet/util/ldap/connection.rbJames Turnbull2008-07-041-1/+0
| * | Merge branch 'tickets/0.24.x/1232' of git://github.com/lak/puppet into 0.24.xJames Turnbull2008-07-042-4/+5
| |\ \
| | * | Fixed #1232 - the rundir no longer specifies a user/group,Luke Kanies2008-07-032-4/+5
| | |/
| * | Removing all of the code related to the interface type.Luke Kanies2008-07-033-454/+0
| * | Doing what I can to fix #1128, but just in preparation for removing 'interface'.Luke Kanies2008-07-031-6/+17
| |/
| * Minor documentation updates for ssh_authorized_key typeJames Turnbull2008-07-031-7/+7
| * Merge branch 'tickets/0.24.x/1384' of git://github.com/ctrlaltdel/puppet into...James Turnbull2008-07-032-16/+36
| |\
| | * Use generate instead of autorequire in the ssh_authorized_key type based on L...Francois Deppierraz2008-07-021-3/+3
| | * ssh_authorized_key: autorequire, default permissions and cleanupFrancois Deppierraz2008-06-272-16/+36
| * | Merge branch 'tickets/0.24.x/1390' of git://github.com/lak/puppet into 0.24.xJames Turnbull2008-07-031-11/+4
| |\ \
| | * | Fixing the ldap node terminus to merge facts with the right name.Luke Kanies2008-07-021-11/+4
| * | | Merge branch 'trivial/0.24.x/nodes' of git://github.com/lak/puppet into 0.24.xJames Turnbull2008-07-031-0/+2
| |\ \ \ | | |/ / | |/| |
| | * | Adding logging when a node's facts can't be foundLuke Kanies2008-07-021-0/+2
| * | | Backporting a test that was failing in master, and fixing itLuke Kanies2008-07-021-0/+1
| |/ /
* | | Fixing the new-form version of #1382.Luke Kanies2008-07-021-1/+25
* | | Merge branch '0.24.x'Luke Kanies2008-07-021-2/+22
|\| |
| * | Fixing #1382 - existing uppercase certs, keys, et al will be renamed.Luke Kanies2008-07-021-2/+22
* | | Merge branch '0.24.x'Luke Kanies2008-07-0214-153/+223
|\| |
| * | Fixing the Node::Ldap.search method to use an indirection request.Luke Kanies2008-07-011-2/+2
| * | Switching the ldap terminus to use Util::Ldap::Connection.Luke Kanies2008-07-011-14/+5
| * | Added a 'search' method to the ldap node terminus.Luke Kanies2008-07-012-64/+107
| * | Adding an 'instance' class method to ldap connections.Luke Kanies2008-07-011-0/+13
| * | Fixed #1114 - Facts in plugin directories should now be autoloaded,Luke Kanies2008-07-011-20/+17
| |/
| * Fixed #707 - special '@reboot'-style cron jobs work again.Luke Kanies2008-06-171-1/+5
| * Merge branch 'tickets/0.24.x/1012' of git://github.com/lak/puppet into 0.24.xJames Turnbull2008-06-171-1/+5
| |\
| | * Fixed #1012 - templates in the templatedir are preferred to module templates.Luke Kanies2008-06-161-1/+5
| * | Fixed #1221 - aliases to titles now work for resources.Luke Kanies2008-06-161-1/+6
| |/
| * Fixed #1360 -- allowdupe works with groups again.Luke Kanies2008-06-164-9/+5
| * Merge branch 'tickets/0.24.x/1369' of git://github.com/lak/puppet into 0.24.xJames Turnbull2008-06-171-0/+2
| |\
| | * Fixed #1369 - the init service provider now supports HP-UX.Luke Kanies2008-06-161-0/+2
| * | issue 1183Andrew Shafer2008-06-162-43/+58
| |/
* | Merge branch '0.24.x'Luke Kanies2008-06-161-2/+6
|\|
| * Merge branch 'tickets/0.24.x/1168' of git://github.com/lak/puppet into 0.24.xJames Turnbull2008-06-161-2/+6
| |\
| | * Fixing #1168 (for 0.24.x) -- automatically downcasing the fqdn.Luke Kanies2008-06-151-2/+6
* | | Merge branch '0.24.x'Luke Kanies2008-06-157-148/+155
|\| |
| * | Merge branch 'tickets/0.24.x/1201' of git://github.com/lak/puppet into 0.24.xJames Turnbull2008-06-161-0/+7
| |\ \
| | * | Fixed #1201 - all external node attributes are converted to strings.Luke Kanies2008-06-151-0/+7
| | |/
| * | Merge branch 'tickets/0.24.x/1178' of git://github.com/lak/puppet into 0.24.xJames Turnbull2008-06-164-135/+119
| |\ \
| | * | Removing the Node.find_by_name method.Luke Kanies2008-06-152-8/+1
| | * | The LDAP Node terminus now searches for the fqdn, short name, and default.Luke Kanies2008-06-152-14/+32
| | * | Refactoring the 'find' method a bit in the LDAP Node terminus.Luke Kanies2008-06-151-45/+57
| | * | Removing the now-obsolete Node.node_facts method.Luke Kanies2008-06-151-13/+0
| | * | Converting the Node.node_names class method into an instance method.Luke Kanies2008-06-151-63/+37
| | |/
| * | Adds support for keepconfig for the dpkg provider fixes #234James Turnbull2008-06-151-1/+16
| * | Merge branch 'ticket/0.24.x/1243' of git://github.com/littleidea/puppet into ...James Turnbull2008-06-151-12/+13
| |\ \ | | |/ | |/|
| | * Removed the unless condition in query, because the issue is a stale cachedAndrew Shafer2008-06-141-12/+13
* | | Fixing #1168 for REST -- all ssl classes downcase their names.Luke Kanies2008-06-152-2/+2
* | | Merge branch '0.24.x'Luke Kanies2008-06-142-21/+13
|\| |