aboutsummaryrefslogtreecommitdiffstats
path: root/modules/mediawiki/manifests/config.pp
blob: 2ef7f766b33051b6c76dc1fa26bdcba777ddc4d7 (plain)
1
2
3
4
5
6
7
8
9
# the class is just here to handle global configuration
# a smart variation of the method 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/') {}