https://github.com/osoco/puppet-coordino
Puppet module to install coordino Q&A software
https://github.com/osoco/puppet-coordino
Last synced: 2 months ago
JSON representation
Puppet module to install coordino Q&A software
- Host: GitHub
- URL: https://github.com/osoco/puppet-coordino
- Owner: osoco
- Created: 2012-07-05T16:10:50.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2012-07-05T16:37:23.000Z (almost 14 years ago)
- Last Synced: 2025-01-16T05:25:56.300Z (over 1 year ago)
- Language: Puppet
- Size: 97.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
puppet-coordino
===============
Puppet module to install coordino Q&A software. Depends on:
* OSOCO apache2 puppet module: https://github.com/osoco/puppet-apache2
* OSOCO apache2 PHP puppet module: https://github.com/osoco/puppet-apache2_php
Example of usage:
class coordino_conf($virtualhost_name = 'coordino.myorg.com') {
class { 'coordino': coordino_url =>'https://github.com/osoco/coordino.git' } # Patched to avoid captcha
coordino::config { "configure-coordino-$virtualhost_name":
virtualhost_name => "$virtualhost_name",
server_admin_mail => "admin@myorg.com",
db_name => 'coordino',
db_user => 'coordino',
db_passwd => 'coordino'
}
}