/[adm]/puppet/modules/mediawiki/manifests/config.pp
ViewVC logotype

Contents of /puppet/modules/mediawiki/manifests/config.pp

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2599 - (show annotations) (download)
Sat Mar 17 21:18:57 2012 UTC (12 years ago) by misc
File size: 324 byte(s)
split and clean the mediawiki class
1 # the class is just here to handle global configuration
2 # a smart variation of the methods exposed on
3 # http://puppetlabs.com/blog/the-problem-with-separating-data-from-puppet-code/
4 class mediawiki::config(
5 $pgsql_password,
6 $secretkey,
7 $ldap_password,
8 $vhost = "wiki.$::domain",
9 $root = '/srv/wiki/') {}

  ViewVC Help
Powered by ViewVC 1.1.30