blob: 0c54cdf679d569d6eeeb3c64b245f532962cf973 (
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
# https://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/') {}
|