diff options
author | Michael Scherer <misc@mageia.org> | 2011-02-16 16:12:31 +0000 |
---|---|---|
committer | Michael Scherer <misc@mageia.org> | 2011-02-16 16:12:31 +0000 |
commit | 41a0c98bbe84d1acb5cc3349772ee2a7e8cfbd61 (patch) | |
tree | 788273c3363d299abdd954575b2fc715316255ae /modules/phpbb/manifests | |
parent | 42ad8b18cb9e6905490a53447225ab529f120c3a (diff) | |
download | puppet-41a0c98bbe84d1acb5cc3349772ee2a7e8cfbd61.tar puppet-41a0c98bbe84d1acb5cc3349772ee2a7e8cfbd61.tar.gz puppet-41a0c98bbe84d1acb5cc3349772ee2a7e8cfbd61.tar.bz2 puppet-41a0c98bbe84d1acb5cc3349772ee2a7e8cfbd61.tar.xz puppet-41a0c98bbe84d1acb5cc3349772ee2a7e8cfbd61.zip |
- add a dep on git, as it is used by mga forum developers
Diffstat (limited to 'modules/phpbb/manifests')
-rw-r--r-- | modules/phpbb/manifests/init.pp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/phpbb/manifests/init.pp b/modules/phpbb/manifests/init.pp index 855e33b4..76c71467 100644 --- a/modules/phpbb/manifests/init.pp +++ b/modules/phpbb/manifests/init.pp @@ -53,6 +53,7 @@ class phpbb { # TODO git checkout of the code + include git::client # TODO phpbb database configuration $pgsql_password = extlookup("phpbb_pgsql",'x') |