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
- Host: GitHub
- URL: https://github.com/osoco/puppet-question2answer
- Owner: osoco
- Created: 2012-07-05T16:30:47.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2012-07-05T16:36:40.000Z (almost 14 years ago)
- Last Synced: 2025-03-05T17:28:43.301Z (over 1 year ago)
- Language: Puppet
- Size: 97.7 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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'
}
}