/[adm]/puppet/modules/phpbb/manifests/locale_db.pp
ViewVC logotype

Contents of /puppet/modules/phpbb/manifests/locale_db.pp

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2628 - (show annotations) (download)
Mon Mar 19 18:01:04 2012 UTC (12 years, 1 month ago) by misc
File size: 405 byte(s)
quick commit to unbreak alamut puppet application
1 define phpbb::locale_db($tag = 'default',
2 $user = $phpbb::base::user) {
3 postgresql::database { $name:
4 description => "$lang db for phpbb forum",
5 user => $user,
6 tag => $tag,
7 # this break due to the way it is remotely declared
8 # this should only be a issue in case of bootstrapping again
9 # require => Postgresql::User[$user]
10 }
11 }

  ViewVC Help
Powered by ViewVC 1.1.30