Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | openssh::ssh_keys_from_ldap: remove unused parameter | Nicolas Vigier | 2013-07-06 | 1 | -1/+1 |
| | |||||
* | openssh: switch to standard path for authorized_keys file | Nicolas Vigier | 2013-07-06 | 4 | -53/+1 |
| | |||||
* | ldap-sshkey2file.py: export ssh keys to /home directory | Nicolas Vigier | 2013-07-06 | 1 | -5/+14 |
| | | | | Thanks to Colin for help on this | ||||
* | More mga-common mga_common remaning | Nicolas Vigier | 2013-06-19 | 1 | -1/+1 |
| | |||||
* | Rename mga-common module to mga_common. | Nicolas Vigier | 2013-06-19 | 1 | -1/+1 |
| | | | | New puppet version doesn't like modules with a - in their name. | ||||
* | Local_script -> Mga-common::Local_script | Nicolas Vigier | 2012-12-10 | 1 | -1/+1 |
| | |||||
* | openssh: use mga-common::local_script | Nicolas Vigier | 2012-12-10 | 1 | -1/+1 |
| | |||||
* | add explicit variable for the directory holding pubkeys | Michael Scherer | 2012-04-02 | 1 | -0/+2 |
| | |||||
* | split a module pubkeys_directory, so we can include it from symlink_user and ↵ | Michael Scherer | 2012-04-02 | 3 | -16/+20 |
| | | | | make sure everything is correctly declared | ||||
* | split ssh_keys_from_ldap in a different file | Michael Scherer | 2012-04-02 | 2 | -47/+46 |
| | |||||
* | fix the definition of the define, and move file to match the name | Michael Scherer | 2012-03-19 | 1 | -1/+1 |
| | |||||
* | rename define to match the real name | Michael Scherer | 2012-03-19 | 1 | -0/+0 |
| | |||||
* | fix missing comma | Michael Scherer | 2012-03-19 | 1 | -1/+1 |
| | |||||
* | split symlink into a separate file | Michael Scherer | 2012-03-19 | 2 | -16/+17 |
| | |||||
* | style cleaning, and various fix ( for symlink ) | Michael Scherer | 2012-03-19 | 1 | -28/+30 |
| | |||||
* | split server in a separate file, and clean the module | Michael Scherer | 2012-03-19 | 2 | -18/+16 |
| | |||||
* | do not use start tls on ldaps connection, as this produce a traceback | Michael Scherer | 2012-01-28 | 1 | -1/+2 |
| | |||||
* | iuse the new get_ldap_servers to get the list of all ldap servers | Michael Scherer | 2012-01-22 | 2 | -1/+5 |
| | |||||
* | clean openssh service | Michael Scherer | 2012-01-16 | 1 | -3/+1 |
| | |||||
* | fix another error | Michael Scherer | 2012-01-08 | 1 | -2/+2 |
| | |||||
* | fix manifest | Michael Scherer | 2012-01-08 | 1 | -1/+1 |
| | |||||
* | cleaning of the openssh module | Michael Scherer | 2012-01-08 | 1 | -25/+6 |
| | |||||
* | move ldap-sshkey2file.py to openssh module (where it is used) | Nicolas Vigier | 2011-08-21 | 2 | -1/+93 |
| | |||||
* | fix openssh manifest, as having a empty template do not work ( contrary to ↵ | Michael Scherer | 2011-06-16 | 1 | -1/+1 |
| | | | | what I (wrongly) tested :/ ) | ||||
* | allow to set a extension to the openssh config ( used to | Michael Scherer | 2011-06-15 | 1 | -2/+3 |
| | | | | add Match block ) | ||||
* | fix link for user and ssh keys | Michael Scherer | 2011-06-08 | 1 | -1/+2 |
| | |||||
* | use a define to avoid array flattening by puppet | Michael Scherer | 2011-06-08 | 1 | -12/+15 |
| | |||||
* | fix syntax | Nicolas Vigier | 2011-06-08 | 1 | -1/+1 |
| | |||||
* | add option to add symlinks on authorized_keys | Nicolas Vigier | 2011-06-08 | 1 | -1/+17 |
| | |||||
* | fix syntax | Nicolas Vigier | 2011-05-24 | 1 | -1/+1 |
| | |||||
* | add cron for ldap-sshkey2file every 10 minutes | Nicolas Vigier | 2011-05-24 | 1 | -1/+10 |
| | |||||
* | - seems I cannot use the variable in the template | Michael Scherer | 2011-01-17 | 1 | -1/+1 |
| | |||||
* | - fix directory ( this prevent login on rabbit ) | Michael Scherer | 2011-01-17 | 1 | -1/+1 |
| | |||||
* | reenable the module, to use on rabbit | Michael Scherer | 2011-01-14 | 1 | -3/+3 |
| | |||||
* | disable update of sshd_config with ldap for now | Nicolas Vigier | 2011-01-07 | 1 | -3/+3 |
| | |||||
* | disable tcp forwarding, so people cannot use our svn server to bounce to ↵ | Michael Scherer | 2011-01-07 | 1 | -1/+1 |
| | | | | others server | ||||
* | the previous trick didn't work as tags are dependent in the order of | Michael Scherer | 2010-11-23 | 3 | -24/+28 |
| | | | | declaration ( and that's bad (tm) ). This one is safer. | ||||
* | move the ldap key from ssh logic to openssh module ( more logical ), and add ↵ | Michael Scherer | 2010-11-23 | 2 | -0/+44 |
| | | | | the hook in openssh config file | ||||
* | - use pam for openssh ( I am not sure if we need to restrict its use | Michael Scherer | 2010-11-23 | 1 | -1/+1 |
| | | | | only on ldap hosts ) | ||||
* | - do not let file with passwords to be world readable | Michael Scherer | 2010-11-20 | 1 | -6/+1 |
| | | | | | | | | ( even if being readable by apache is not good either, but needed as the password is used by apache ) - use ldaps for sympa - use the 2 new facter macro and remove the version copied everywhere - remove hardcoded domain in bugzilla and others | ||||
* | - add openssh module | Michael Scherer | 2010-10-26 | 2 | -0/+152 |