summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Add document outlining preferred contribution methodsJacob Helwig2011-08-021-0/+299
| * | | | Revert "Merge branch 'vcsrepo'"Jacob Helwig2011-08-027-763/+0
| | |/ / | |/| |
| * | | Updating CHANGELOG for 2.7.2rc3Michael Stahnke2011-07-291-0/+4
* | | | Merge pull request #34 from nanliu/ticket/2.7.x/8814Daniel Pittman2011-08-121-1/+1
|\ \ \ \
| * | | | (#8814) Update fqdn_rand for ruby 1.9.2 rand bug.Nan Liu2011-08-111-1/+1
* | | | | Merge pull request #23 from domcleal/tickets/master/5606Daniel Pittman2011-08-122-5/+56
|\ \ \ \ \
| * | | | | (#5606) Print Augeas' /augeas//error info to debug on save failureDominic Cleal2011-08-072-3/+38
| * | | | | (#8808) Fail Augeas resource when unable to save changesDominic Cleal2011-08-072-3/+19
* | | | | | Stop trying to make config directories in Windows specsNick Lewis2011-08-101-1/+1
* | | | | | Merge pull request #27 from ChaseMotorman/feature/master/8272-windows_service...Nick Lewis2011-08-102-6/+41
|\ \ \ \ \ \
| * | | | | | (#8272) Add missing tests for Windows service provider methods.Cameron Thomas2011-08-102-6/+41
|/ / / / / /
* | | | | | Merge pull request #25 from nicklewis/feature/master/windows-users-and-groupsCameron Thomas2011-08-107-0/+791
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | (#8409) Add a default group provider for WindowsNick Lewis2011-08-102-0/+127
| * | | | | (#8408) Add a default user provider for WindowsNick Lewis2011-08-102-0/+181
| * | | | | (#8408/8409) Add a Windows ADSI helper moduleNick Lewis2011-08-093-0/+483
|/ / / / /
* | | | | Merge branch 'ticket/master/8663-windows-spec-tests'Josh Cooper2011-08-041-1/+2
|\ \ \ \ \
| * | | | | (#8663) Exclude exec timeout test on WindowsJosh Cooper2011-08-041-1/+2
|/ / / / /
* | | | | Merge branch 'ticket/master/8663-windows-spec-tests'Josh Cooper2011-08-041-1/+2
|\ \ \ \ \
| * | | | | (#8663) Exclude git rev-parse HEAD spec test on WindowsJosh Cooper2011-08-041-1/+2
|/ / / / /
* | | | | Merge branch 'master' of github.com:puppetlabs/puppetDominic Maraglia2011-08-03294-2520/+5196
|\| | | |
| * | | | Add document outlining preferred contribution methodsJacob Helwig2011-08-021-0/+299
| * | | | Merge branch 'file-test-on-windows'Jacob Helwig2011-08-0213-257/+232
| |\ \ \ \
| | * | | | Check for the appropriate permissions in File type tests on WindowsJacob Helwig2011-08-021-6/+8
| | * | | | Remove :fails_on_windows from file type tests that no longer fail on WindowsJacob Helwig2011-08-021-7/+5
| | * | | | Disable file bucket diffing tests on WindowsJacob Helwig2011-08-021-1/+1
| | * | | | Always put a slash between the checksum and path in filebucket URLsJacob Helwig2011-08-022-3/+4
| | * | | | Treat Windows absolute paths as absolute pathsJacob Helwig2011-08-026-222/+192
| | * | | | Consolidate test logic determining if a registered file is in the temp directoryJacob Helwig2011-08-021-10/+8
| | * | | | Clarify logic and error messages when initializing Puppet::FileBucket::FileJacob Helwig2011-08-022-6/+12
| | * | | | Disable symlink related file tests on WindowsJacob Helwig2011-08-021-2/+2
| |/ / / /
| * | | | Merge branch 'ticket/master/8644-host-provider'Josh Cooper2011-07-294-5/+8
| |\ \ \ \
| | * | | | (#8644) Host provider on WindowsJosh Cooper2011-07-294-5/+8
| |/ / / /
| * | | | Merge branch 'ticket/master/8660-default-windows-install-paths'Josh Cooper2011-07-293-10/+23
| |\ \ \ \
| | * | | | (#8660) Fix destdir option on WindowsJosh Cooper2011-07-291-6/+16
| | * | | | (#8660) Default config dir to %PROGRAMDATA% on WindowsJosh Cooper2011-07-293-4/+7
| |/ / / /
| * | | | Merge branch 'ticket/master/8663-windows-spec-tests'Josh Cooper2011-07-286-11/+11
| |\ \ \ \
| | * | | | (#8663) Disable spec tests for unsupported functionality on WindowsJosh Cooper2011-07-286-11/+11
| |/ / / /
| * | | | Merge branch 'ticket/master/8663-windows-spec-tests'Josh Cooper2011-07-276-10/+13
| |\ \ \ \
| | * | | | (#8663) Drive letters are not valid absolute paths on WindowsJosh Cooper2011-07-271-3/+2
| | * | | | (#8663) Update the run_mode spec test on Windows to match the codeJosh Cooper2011-07-271-3/+7
| | * | | | (#8663) The ssh_authorized_key type is not supported on WindowsJosh Cooper2011-07-271-1/+1
| | * | | | (#8663) Reenable spec tests on Windows that now passJosh Cooper2011-07-273-3/+3
| * | | | | Merge branch 'ticket/master/8392-disable-master-tests-on-windows'Jacob Helwig2011-07-272-2/+2
| |\ \ \ \ \
| | * | | | | (#8392) Disable master related tests on WindowsJacob Helwig2011-07-272-2/+2
| * | | | | | Merge branch 'ticket/master/8272'Nick Lewis2011-07-262-67/+77
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| | * | | | | (#8272) Allow disabled Windows services to be startedNick Lewis2011-07-262-0/+40
| | * | | | | (#8272) Refactor specs for Windows service providerNick Lewis2011-07-261-58/+32
| | * | | | | (#8272) Use symbols instead of booleans for enabled property on WindowsNick Lewis2011-07-262-4/+4
| | * | | | | (#8272) Fixup logging in Windows service providerNick Lewis2011-07-261-7/+3
| * | | | | | Merge branch '2.7.x'Jacob Helwig2011-07-268-17/+193
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | / / | | | |_|/ / | | |/| | |