blob: 1375ea0b36e08f96dff2dbf97c0fe1fd53030277 (
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/') {}
|