aboutsummaryrefslogtreecommitdiffstats
path: root/external
Commit message (Collapse)AuthorAgeFilesLines
* lint fixes for sshkeysThomas Backlund2015-10-198-41/+41
|
* lint fixes for concatThomas Backlund2015-10-193-27/+27
|
* external: Add .gitignore for hiera external.Colin Guthrie2014-06-121-0/+1
| | | | | | | | | This was ignored in svn and is technically a symlink to: /usr/lib/ruby/gems/1.8/gems/hiera-puppet-0.3.0/ I'm not sure if this should actually maybe be a symlink we commit into git rather than something we .gitignore. Either that or perhaps we shold copy it in directly into puppet...
* sshkeys: fix syntaxNicolas Vigier2013-05-231-1/+1
|
* Remove the ssh::auth moduleNicolas Vigier2013-05-231-336/+0
| | | | | Remove the ssh::auth module as it is not longer used. The sshkeys module is now used instead.
* Add sshkeys moduleNicolas Vigier2013-05-2310-0/+991
| | | | | Import sshkeys module from git://github.com/boklm/puppet-sshkeys.git at commit 3fb4c1ee17d983dfa8fbc4ad3eed47e0e5712e30.
* move concat to external ( taken from the web )Michael Scherer2011-01-097-0/+504
|
* move ssh::auth module to external as this is a external module ( so we can ↵Michael Scherer2011-01-091-0/+336
more easily keep track of it )