Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/riywo/gitolite2-cookbook
https://github.com/riywo/gitolite2-cookbook
Last synced: 28 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/riywo/gitolite2-cookbook
- Owner: riywo
- License: apache-2.0
- Created: 2012-12-23T08:23:38.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2013-01-06T10:22:01.000Z (about 12 years ago)
- Last Synced: 2024-10-21T20:06:40.601Z (3 months ago)
- Language: Ruby
- Size: 129 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gitolite2 cookbook
Installs gitolite
- [gitolite](https://github.com/sitaramc/gitolite)
# Requirements
# Usage
# Attributes
## Required
|Attribute|Description|Default Value|
|---|---|---|
|`public_key`|Your public key string| either `public_key` or `public_key_path` |
|`public_key_path`|Your public key path in a node| either `public_key` or `public_key_path` |## Optional
|Attribute|Description|Default Value|
|---|---|---|
|`user`|user name for gitolite|`git`|
|`group`|group name for gitolite|`git`|
|`home`|home directory for gitolite user|`/var/git`|
|`gitolite_url`|gitolite repository url|`git://github.com/sitaramc/gitolite.git`|
|`gitolite_reference`|gitolite repository reference|`master`|
|`gitolite_home`|gitolite checkout directory|`#{node['gitolite']['home']}/gitolite`|
|`umask`|umask for gitolite|`0007`|# Recipes
- `gitolite2::default`
# Thanks
- https://github.com/atomic-penguin/cookbook-gitlab
# Author
- Ryosuke IWANAGA ()