An open API service indexing awesome lists of open source software.

https://github.com/osoco/puppet-question2answer

Puppet module to install question2answer Q&A software
https://github.com/osoco/puppet-question2answer

Last synced: 12 months ago
JSON representation

Puppet module to install question2answer Q&A software

Awesome Lists containing this project

README

          

puppet-question2answer
======================

Puppet module to install question2answer 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 questions_question2answer($virtualhost_name = 'question2answer.myorg.com') {
question2answer::config { "configure-question2answer-$virtualhost_name":
virtualhost_name => "$virtualhost_name",
server_admin_mail => "admin@myorg.com",
db_name => 'question2answer',
db_user => 'question2answer',
db_passwd => 'question2answer'
}
}