diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2015-06-02 18:37:33 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2015-06-02 18:37:33 -0300 |
commit | 9fb3d88ff2c8663de2d91807b3872bdb9038b9aa (patch) | |
tree | bd31953d77cc939589a4b050ae5dc78ef0b0a69d | |
parent | 9d12c19d130994716ea27d770448c512e5c77573 (diff) | |
download | hydra-9fb3d88ff2c8663de2d91807b3872bdb9038b9aa.tar.gz hydra-9fb3d88ff2c8663de2d91807b3872bdb9038b9aa.tar.bz2 |
Use 'git' instead of 'gitolite' user
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | TODO.md | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -37,7 +37,7 @@ If you have enough credentials (ssh pubkey set in the server), you can fetch all the needed repositories and configurations to a local folder `~/file/example` using simply the following command: - hydra example init ~/file/example gitolite@admin.example.org:config.git + hydra example init ~/file/example git@admin.example.org:config.git Creating a new network ---------------------- @@ -127,6 +127,7 @@ Puppet modules - cleanup hidden `/.gem`. - use prompt.sh from bash-prompt as a submodule. - mail: + - support for [preventing SPAM connections with bird](http://www.debian-administration.org/article/715/Preventing_SPAM_connections_with_bird.). - use ssl::dhparams, move to 2048 bit and use the standard file names and paths. - schleuder: manage `/etc/schleuder/schleuder.conf`, using `superadminaddr: root` or other recipient, to avoid mails sent as `root@localhost`. @@ -143,7 +144,6 @@ Puppet modules - https://packages.debian.org/jessie/git-notifier - https://github.com/mhagger/git-multimail - using OpenPGP? - - rename `gitolite` user to `git` - support for http/https proxy inside web nodes - encrypted ssl keys: http://support.f5.com/kb/en-us/solutions/public/11000/400/sol11440.html - make all apache sites listen to 8080 |