Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-02-17 | Update metadata to note Debian 8 support | David Schmitt | |
2016-02-16 | Merge pull request #285 from DavidS/fm-4046-update-msync | TP Honey | |
(FM-4046) Update to current msync configs [006831f] | |||
2016-02-16 | (FM-4046) Update to current msync configs [006831f] | David Schmitt | |
This moves all copyright statements to the NOTICE file in accordance with the ASFs guidelines on applying the Apache-2.0 license. | |||
2016-02-10 | Merge pull request #282 from Strech/master | Bryan Jen | |
Add mirror option for git cloning | |||
2016-01-27 | Merge pull request #283 from DavidS/fm-4049-update-msync | Hunter Haugen | |
(FM-4049) update to modulesync_configs | |||
2016-01-27 | (FM-4049) Update to current msync configs [2c99161] | David Schmitt | |
2015-12-22 | Add mirror option for git cloning | Strech (Sergey Fedorov) | |
Example: vcsrepo { '/path/to/repo': ensure => mirror, provider => git, source => 'git://example.com/repo.git', } | |||
2015-12-16 | Merge pull request #277 from godlikeachilles/master | Bryan Jen | |
fix branch existence determintaion functionality | |||
2015-12-08 | Merge pull request #281 from puppetlabs/1.3.x | JT (Jonny) | |
1.3.x mergeback | |||
2015-12-04 | Merge pull request #280 from bmjen/fix-changelog | Morgan Rhodes | |
(maint) Another update to the CHANGELOG | |||
2015-12-04 | (maint) Another update to the CHANGELOG | Bryan Jen | |
2015-12-04 | Merge pull request #278 from bmjen/fix-changelog | Jesse Lovelace | |
(maint) Update ordering in CHANGELOG | |||
2015-12-04 | (maint) Update ordering in CHANGELOG | Bryan Jen | |
2015-12-02 | fix branch existence determintaion functionality | godlikeachilles | |
this will stop failing in case there is a tag which is a substring of an existing branch name. for example if there is a tag 'release' and a branch 'release/integration' current code will match 'release/integration' with pattern 'release' and decide that a branch checkout is needed. but release branch does not exist so it will fail. this simple fix resolves the issue. | |||
2015-11-24 | Merge pull request #276 from HelenCampbell/release1.3.2 | Bryan Jen | |
Ankeny release for 1.3.2 | |||
2015-11-24 | Ankeny release for 1.3.2 | Helen Campbell | |
2015-10-16 | Merge pull request #273 from hunner/fix_trustcert | Bryan Jen | |
Fix :false to be default value | |||
2015-10-15 | Fix :false to be default value | Hunter Haugen | |
false is not a valid value; only :false is. | |||
2015-09-17 | Merge pull request #262 from webfactory/autorequire-hg | David Schmitt | |
Autorequire Package['mercurial'] | |||
2015-09-17 | Merge pull request #272 from tphoney/dos2unix_readme | Hunter Haugen | |
dos2unix the readme | |||
2015-09-17 | dos2unix the readme | tphoney | |
2015-09-14 | Merge pull request #269 from monai/develop | Bryan Jen | |
Add feature 'depth' and parameter 'trust_server_cert' to svn | |||
2015-09-14 | Add feature depth and param trust_server_cert to svn | monai | |
added param trust server cert updated depth feature updated README.markdown trust_server_cert is not feature trust_server_cert default value should be false add test for depth and trust_server_cert | |||
2015-09-01 | Merge pull request #257 from alexmv/master | David Schmitt | |
Explitly unset SSH_AUTH_SOCK; it is preferred to the -i flag | |||
2015-08-28 | Merge pull request #266 from ↵ | David Schmitt | |
puppet-by-examples/example-shallow-clone-with-just-one-commit Example how to create a shallow clone with just one commit | |||
2015-08-26 | Example how to create a shallow clone with just one commit | Włodzimierz Gajda | |
2015-08-25 | Merge pull request #265 from mhaskel/MODULES-1232 | Hunter Haugen | |
MODULES-1232 Make sure HOME is set correctly | |||
2015-08-25 | MODULES-1232 Make sure HOME is set correctly | Morgan Haskel | |
2015-08-25 | Remove 2.7 from travis matrix | Morgan Haskel | |
I believe 2.7 in the matrix is an error, this module has never claimed support for 2.7 and 2.7 currently doesn't work (though fails in places that are not unit tested) | |||
2015-08-20 | Merge pull request #264 from hunner/fix_hang | Morgan Haskel | |
Fix acceptance hang | |||
2015-08-20 | Fix acceptance hang | Hunter Haugen | |
The ssh-keygen is waiting for a 'y' to confirm overwrite, and the test hangs. | |||
2015-08-17 | Merge pull request #263 from mhaskel/MODULES-2326 | Bryan Jen | |
MODULES-2326 - Run Regexp.escape on the source URL | |||
2015-08-17 | MODULES-2326 - Run Regexp.escape on the source URL | Morgan Haskel | |
The URL can have special characters, making the regex match fail. | |||
2015-08-15 | Autorequire Package['mercurial'] | Matthias Pigulla | |
Along the lines of 2b190756260346931b8f9a0dda8afc0c815710d6, if the Mercurial package is being managed, it stands to reason that the Mercurial package should be installed before trying to potentially manage Mercurial repositories using vcsrepo resources. This commit adds an autorequire to the vcsrepo type that reflects the above premise. | |||
2015-08-14 | Merge pull request #261 from mhaskel/MODULES-2125 | Bryan Jen | |
MODULES-2125 - Allow revision to be passed without source | |||
2015-08-14 | MODULES-2125 - Allow revision to be passed without source | Morgan Haskel | |
Will also work with empty repositories. | |||
2015-08-04 | Merge pull request #260 from mhaskel/MODULES-1800 | Bryan Jen | |
MODULES-1800 - fix case where ensure => latest and no revision specified | |||
2015-08-03 | MODULES-1800 - fix case where ensure => latest and no revision specified | Morgan Haskel | |
This would explode when revision was unspecified when you were on a branch. Use the branch you're currently on when updating. | |||
2015-07-30 | Merge pull request #259 from mhaskel/merge_1.3.x_to_master | Bryan Jen | |
Merge 1.3.x to master | |||
2015-07-24 | Merge pull request #258 from mhaskel/1.3.1-prep | Hunter Haugen | |
1.3.1 prep | |||
2015-07-24 | 1.3.1 prep | Morgan Haskel | |
2015-07-22 | Explitly unset SSH_AUTH_SOCK; it is preferred to the -i flag | Alex Vandiver | |
Even if the -i flag is explicitly passed via the command line, openssh ignores the identity file if an socket exists to an SSH authentication agent. In cases where puppet has been configured to use an explicit identity file, altering behavior based on the calling environment of puppet violates the principle of least surprise, and can lead to inconsistent deployments. Work around this odd corner case of ssh by explicitly unsetting SSH_AUTH_SOCK inside the ssh wrapper. | |||
2015-06-30 | Merge pull request #256 from keeleysam/master | Hunter Haugen | |
fix for detached HEAD on git 2.4+ | |||
2015-06-29 | fix for detached HEAD on git 2.4+ | Samuel Keeley | |
2015-06-29 | Merge pull request #242 from BillWeiss/bump-ssl-expiry | Hunter Haugen | |
Make sure the embedded SSL cert doesn't expire | |||
2015-06-22 | Merge pull request #255 from jonnytpuppet/depth_fix | David Schmitt | |
MODULES-2131 Git provider now takes account of revision property when using depth property. | |||
2015-06-22 | MODULES-2131 Git provider now takes account of revision property when using ↵ | Jonathan Tripathy | |
depth property. | |||
2015-06-19 | Merge pull request #252 from DavidS/add-https-clone-test | JT (Jonny) | |
acceptance: Add a test verifying anonymous https cloning | |||
2015-06-15 | Merge pull request #254 from hunner/add_helper | Bryan Jen | |
Add helper to install puppet/pe/puppet-agent | |||
2015-06-11 | Add helper to install puppet/pe/puppet-agent | Hunter Haugen | |