diff options
author | Michael Scherer <misc@mageia.org> | 2011-02-21 15:14:54 +0000 |
---|---|---|
committer | Michael Scherer <misc@mageia.org> | 2011-02-21 15:14:54 +0000 |
commit | d16c5720026ed9e8ce08b2760c02074e388c3042 (patch) | |
tree | 7b081beaa1be62b576052c7c53b7f5bacfe49458 /modules | |
parent | 05a804b100347450c99a777e17c5bd02ab002c52 (diff) | |
download | puppet-d16c5720026ed9e8ce08b2760c02074e388c3042.tar puppet-d16c5720026ed9e8ce08b2760c02074e388c3042.tar.gz puppet-d16c5720026ed9e8ce08b2760c02074e388c3042.tar.bz2 puppet-d16c5720026ed9e8ce08b2760c02074e388c3042.tar.xz puppet-d16c5720026ed9e8ce08b2760c02074e388c3042.zip |
since phpbb::instance is outside of phpbb::base, the variables are no longer in the scope ( TODO find a cleaner way, I am too sick for this now )
Diffstat (limited to 'modules')
-rw-r--r-- | modules/phpbb/manifests/init.pp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/phpbb/manifests/init.pp b/modules/phpbb/manifests/init.pp index d35056b9..3aa63d96 100644 --- a/modules/phpbb/manifests/init.pp +++ b/modules/phpbb/manifests/init.pp @@ -58,6 +58,9 @@ class phpbb { include git::client include phpbb::base + $user = $phpbb::base::user + $pgsql_password = $phpbb::base::pgsql_password + $forums_dir = $phpbb::base::forums_dir exec { "git clone git://git.$domain/forum/ $lang": cwd => $forums_dir, |