aboutsummaryrefslogtreecommitdiffstats
path: root/modules/mediawiki/manifests
diff options
context:
space:
mode:
authorMichael Scherer <misc@mageia.org>2011-06-16 22:57:18 +0000
committerMichael Scherer <misc@mageia.org>2011-06-16 22:57:18 +0000
commit2291b7275a41f29de4371f721b8e1d5d0fc28f73 (patch)
treec244f0f5a5fa8b9dbb7f4496b18de9cc7dcafe7e /modules/mediawiki/manifests
parentd37242687eb9649dfa4f0f4dc16f98daa88765c4 (diff)
downloadpuppet-2291b7275a41f29de4371f721b8e1d5d0fc28f73.tar
puppet-2291b7275a41f29de4371f721b8e1d5d0fc28f73.tar.gz
puppet-2291b7275a41f29de4371f721b8e1d5d0fc28f73.tar.bz2
puppet-2291b7275a41f29de4371f721b8e1d5d0fc28f73.tar.xz
puppet-2291b7275a41f29de4371f721b8e1d5d0fc28f73.zip
declare the db remotely ( even if this work now by chance, as wikis are
tested on a clone of alamut )
Diffstat (limited to 'modules/mediawiki/manifests')
-rw-r--r--modules/mediawiki/manifests/init.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/mediawiki/manifests/init.pp b/modules/mediawiki/manifests/init.pp
index 74808b80..9f58d671 100644
--- a/modules/mediawiki/manifests/init.pp
+++ b/modules/mediawiki/manifests/init.pp
@@ -74,7 +74,7 @@ class mediawiki {
creates => "$wiki_root/index.php",
}
- postgresql::database { "$db_name":
+ postgresql::remote_database { "$db_name":
user => $db_user,
callback_notify => Exec["deploy_db $name"],
}