blob: 559f897d2319af9ef6b19cc365678404aeff3988 (
plain)
1
2
3
4
5
6
7
8
9
|
# the class is just here to handle global configuration
# a smart variation of the methods exposed on
# http://puppetlabs.com/blog/the-problem-with-separating-data-from-puppet-code/
class mediawiki::config(
$pgsql_password,
$secretkey,
$ldap_password,
$vhost = "wiki.${::domain}",
$root = '/srv/wiki/') {}
|