Skip to content

Instantly share code, notes, and snippets.

@ranguard
Last active August 29, 2015 14:05
Show Gist options
  • Save ranguard/519aefd39aca85216736 to your computer and use it in GitHub Desktop.
Save ranguard/519aefd39aca85216736 to your computer and use it in GitHub Desktop.
YAML
---
# Defaults
perl::version: '5.16.2'
# Where we mirror cpan with the rrrclient
# also where cpan.metacpan.org serves from
metacpan::cpan_mirror: '/mnt/lv-cpan'
# We don't want watcher enabled
metacpan::watcher::enable: false
# We don't want to have CPAN synced
metacpan::rrrclient::enable: false
# Elasticsearch basic options
elasticsearch::pkg_version: 1.3.1
elasticsearch::memory: 40
metacpan::websites:
www:
workers: 1
enable_git_repo: absent
path: '/home/metacpan/metacpan.org'
source: 'https://github.com/CPAN-API/metacpan-web.git'
revision: 'master'
vhost:
domain: "/var/www/$name",
html: "",
ssl_only: false,
ssl: true,
bare: false,
autoindex: false,
aliases:
- 'y',
- 'z',
api:
workers: 1
enable_git_repo: absent
path: '/home/metacpan/api.metacpan.org'
source: 'https://github.com/CPAN-API/cpan-api.git'
revision: 'master'
workers: 1
explorer:
enable_git_repo: absent
path: '/home/metacpan/explorer.metacpan.org'
source: 'https://github.com/CPAN-API/metacpan-explorer.git'
revision: 'master'
workers: 1
web-socket:
enable_git_repo: absent
path: '/home/metacpan/p5-metacpan-websocket'
source: 'https://github.com/CPAN-API/p5-metacpan-websocket.git'
revision: 'master'
workers: 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment