summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | Fixed 1240 - puppet will function more like puppetd if graphingLuke Kanies2008-07-032-0/+5
| | |/
| * | Merge branch 'tickets/0.24.x/1232' of git://github.com/lak/puppet into 0.24.xJames Turnbull2008-07-045-5/+42
| |\ \
| | * | Fixed #1232 - the rundir no longer specifies a user/group,Luke Kanies2008-07-035-5/+42
| | |/
| * | Removing all of the code related to the interface type.Luke Kanies2008-07-037-1100/+0
| * | Doing what I can to fix #1128, but just in preparation for removing 'interface'.Luke Kanies2008-07-033-27/+82
| * | Fixing the "describe" in the redhat interface specsLuke Kanies2008-07-031-10/+10
| |/
| * Add a missing test for exercising the last untested line of lib/puppet/type/s...Francois Deppierraz2008-07-031-0/+10
| * 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-033-23/+88
| |\
| | * Use generate instead of autorequire in the ssh_authorized_key type based on L...Francois Deppierraz2008-07-022-11/+22
| | * ssh_authorized_key: autorequire, default permissions and cleanupFrancois Deppierraz2008-06-273-22/+76
| * | Merge branch 'tickets/0.24.x/1390' of git://github.com/lak/puppet into 0.24.xJames Turnbull2008-07-032-14/+37
| |\ \
| | * | Fixing the ldap node terminus to merge facts with the right name.Luke Kanies2008-07-022-14/+37
| * | | 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-022-0/+6
| |/ /
* | | Merge branch '0.24.x'Luke Kanies2008-07-021-10/+3
|\| |
| * | Merge branch 'trivial/0.24.x/ldapnodes' of git://github.com/lak/puppet into 0...James Turnbull2008-07-031-10/+3
| |\ \
| | * | Fixing the ldap node integration test so it cleans upLuke Kanies2008-07-021-10/+3
* | | | Fixing the new-form version of #1382.Luke Kanies2008-07-022-1/+53
* | | | Merge branch '0.24.x'Luke Kanies2008-07-022-3/+41
|\| | |
| * | | Fixing #1382 - existing uppercase certs, keys, et al will be renamed.Luke Kanies2008-07-022-3/+41
| |/ /
* | | Merge branch '0.24.x'Luke Kanies2008-07-0240-1361/+1580
|\| |
| * | Fixed #1006 - puppetrun --class works again. I added the classLuke Kanies2008-07-012-43/+9
| * | Fixing the Node::Ldap.search method to use an indirection request.Luke Kanies2008-07-013-8/+34
| * | Switching the ldap terminus to use Util::Ldap::Connection.Luke Kanies2008-07-012-111/+94
| * | Added a 'search' method to the ldap node terminus.Luke Kanies2008-07-014-295/+333
| * | Adding an 'instance' class method to ldap connections.Luke Kanies2008-07-012-0/+55
| * | Merge branch 'tickets/0.24.x/1388' of git://github.com/lak/puppet into 0.24.xJames Turnbull2008-07-021-6/+4
| |\ \
| | * | Fixing #1388 - the package test no longer uses 'require'.Luke Kanies2008-07-011-6/+4
| * | | Fixed #1114 - Facts in plugin directories should now be autoloaded,Luke Kanies2008-07-013-26/+30
| |/ /
| * | Merge branch 'tickets/0.24.x/1374' of git://github.com/lak/puppet into 0.24.xJames Turnbull2008-06-184-113/+105
| |\ \
| | * | Fixing #1374 - Using Puppet::Type.type() in testsLuke Kanies2008-06-174-113/+105
| | |/
| * / Fixes #1195 - Updated Gentoo init scriptsJames Turnbull2008-06-173-35/+37
| |/
| * Fixed #707 - special '@reboot'-style cron jobs work again.Luke Kanies2008-06-173-5/+12
| * Merge branch 'tickets/0.24.x/1012' of git://github.com/lak/puppet into 0.24.xJames Turnbull2008-06-173-4/+19
| |\
| | * Fixed #1012 - templates in the templatedir are preferred to module templates.Luke Kanies2008-06-163-3/+18
| * | Merge branch 'tickets/0.24.x/1221' of git://github.com/lak/puppet into 0.24.xJames Turnbull2008-06-173-4/+16
| |\ \
| | * | Fixed #1221 - aliases to titles now work for resources.Luke Kanies2008-06-163-4/+16
| | |/
| * | Merge branch 'tickets/0.24.x/1371' into 0.24.xJames Turnbull2008-06-171-1/+1
| |\ \
| | * | Fixed #1371 - Updated bin/puppet to use Node.findJames Turnbull2008-06-171-1/+1
| * | | Updated CHANGELOG for two missed commitsJames Turnbull2008-06-171-0/+4
| | |/ | |/|
| * | Merge branch 'tickets/0.24.x/1370' into 0.24.xJames Turnbull2008-06-171-121/+0
| |\ \
| | * | Removed test/util/loadedfile.rb tests which fixes #1370James Turnbull2008-06-171-121/+0
| | |/
| * / Fixed #1360 -- allowdupe works with groups again.Luke Kanies2008-06-167-9/+69
| |/
| * Merge branch 'tickets/0.24.x/1369' of git://github.com/lak/puppet into 0.24.xJames Turnbull2008-06-173-0/+37
| |\
| | * Fixed #1369 - the init service provider now supports HP-UX.Luke Kanies2008-06-163-0/+37
| * | issue 1183Andrew Shafer2008-06-167-636/+771
| |/
* | Merge branch '0.24.x'Luke Kanies2008-06-163-4/+23
|\|
| * Merge branch 'tickets/0.24.x/1168' of git://github.com/lak/puppet into 0.24.xJames Turnbull2008-06-163-4/+21
| |\