summaryrefslogtreecommitdiffstats
path: root/urpmf
Commit message (Expand)AuthorAgeFilesLines
* Update Mageia copyright statementsRémi Verschelde2017-04-261-1/+2
* drop very old CVS/SVN $Id tagsThierry Vignaud2015-09-021-1/+0
* enable to use the "recommends" tagThierry Vignaud2014-09-071-1/+2
* rename 'no-suggests' option as 'no-recommends'Thierry Vignaud2014-09-071-1/+1
* bump copyrightThierry Vignaud2013-02-051-1/+1
* (copyright) factorize a translated stringThierry Vignaud2012-09-011-9/+1
* factorize Copyright stringThierry Vignaud2012-08-311-3/+5
* update distro credit for mageiaFunda Wang2012-06-181-0/+1
* fix -m option not showing media names (mga#5916)Thierry Vignaud2012-05-171-3/+3
* perl_checker cleanupsThierry Vignaud2012-03-271-4/+4
* silent perl_checkerThierry Vignaud2012-03-271-1/+1
* Synthesized commit during git-svn import combining previous Mandriva history ...Mageia SVN-Git Migration2011-09-131-1/+1
* update copyright noticesPer Øyvind Karlsen2010-11-211-2/+2
* [urpmf] in "fast mode", look in package names as well as filenamesChristophe Fergeau2010-03-311-2/+2
* $urpm->{fatal} expects 2 argumentsChristophe Fergeau2009-06-051-1/+1
* - urpmf:Pascal Rigaux2008-03-311-1/+2
* - create non_modified_media() and use itPascal Rigaux2008-03-031-3/+3
* - urpmfPascal Rigaux2008-02-251-0/+1
* - urpmfPascal Rigaux2008-02-221-2/+7
* nocheck_access is quite wrong nowadays afaikPascal Rigaux2008-02-051-1/+0
* - urpmf:Pascal Rigaux2008-01-301-2/+1
* - urpmf:Pascal Rigaux2008-01-181-6/+40
* - 5.0Pascal Rigaux2008-01-111-14/+79
* move the list of known tags out of urpm/args.pm into urpmf,Pascal Rigaux2008-01-101-13/+34
* no_second_pass option is no more (since "drop hdlist support")Pascal Rigaux2008-01-101-1/+0
* - urpmfPascal Rigaux2008-01-101-1/+1
* - all tools:Pascal Rigaux2007-12-191-8/+4
* create urpm->new_parse_cmdline and use itPascal Rigaux2007-12-121-2/+1
* - all tools:Pascal Rigaux2007-11-221-1/+1
* fix previous commitPascal Rigaux2007-09-271-0/+1
* - urpmfPascal Rigaux2007-09-271-4/+4
* - urpmfPascal Rigaux2007-08-211-0/+1
* - all toolsPascal Rigaux2007-08-111-1/+1
* - urpmiPascal Rigaux2007-08-091-1/+2
* handle urpmf --licensePascal Rigaux2007-08-021-0/+2
* fix debugging urpmf callbackPascal Rigaux2007-08-021-3/+2
* factorize handling of -q|--quiet and -v|--verbose for all toolsPascal Rigaux2007-08-011-1/+1
* - normalize verbose option handling over $options{verbose}Pascal Rigaux2007-08-011-2/+1
* we really don't want logs on stdout for urpmq/urpmfPascal Rigaux2007-06-191-1/+3
* - urpmfPascal Rigaux2007-06-181-1/+1
* - urpmfPascal Rigaux2007-06-141-0/+2
* - urpmfPascal Rigaux2007-05-311-1/+1
* perl_checker compliancePascal Rigaux2007-02-261-8/+7
* - move lock functions to a full blown modulePascal Rigaux2006-11-231-7/+1
* don't have a global variable to hold locks, otherwise code can't lock twicePascal Rigaux2006-11-231-3/+3
* move many functions from urpm.pm to urpm/media.pmPascal Rigaux2006-11-211-1/+2
* move lock functions to urpm::sysPascal Rigaux2006-11-211-2/+2
* fix typoPascal Rigaux2006-11-211-6/+5
* indent the description and do not display on first line. Pascal Rigaux2006-11-071-0/+2
* pre-compute part of the qf in case of multitagPascal Rigaux2006-11-071-1/+8
l opt">, } # remove this or the forum will not work ( 'board disabled' ) # maybe it would be better to move this elsehwere, I # am not sure ( and in any case, that's still in git ) exec { "rm_install $lang": command => "rm -Rf $forums_dir/$lang/phpBB/install", onlyif => "test -d $forums_dir/$lang/phpBB/install", } # list found by reading ./install/install_install.php # end of check_server_requirements ( 2 loops ) $writable_dirs = ['cache', 'images/avatars/upload', 'files', 'store' ] $dir_names = regsubst($writable_dirs,'^',"$forums_dir/$lang/phpBB/") file { $dir_names: ensure => directory, owner => apache, group => root, mode => 755, require => Exec["git_clone $lang"], } file { "$forums_dir/$lang/phpBB/config.php": ensure => present, owner => root, group => root, mode => 644, content => template("phpbb/config.php"), } @@phpbb::locale_db { $database: user => $user, } phpbb_config { "ldap_user/$lang": database => $database, key => "ldap_user", value => "cn=phpbb-$hostname,ou=System Accounts,$dc_suffix", } phpbb_config { "ldap_server/$lang": database => $database, key => "ldap_server", value => "ldaps://ldap.$domain", } $ldap_password = extlookup("phpbb_ldap",'x') phpbb_config { "ldap_password/$lang": database => $database, key => "ldap_password", value => $ldap_password, } phpbb_config { "ldap_base_dn/$lang": database => $database, key => "ldap_base_dn", value => "ou=People,$dc_suffix", } phpbb_config { "auth_method/$lang": database => $database, key => "auth_method", value => "ldap", } phpbb_config { "ldap_mail/$lang": database => $database, key => "ldap_mail", value => "mail", } phpbb_config { "ldap_uid/$lang": database => $database, key => "ldap_uid", value => "uid", } phpbb_config { "cookie_domain/$lang": database => $database, key => "cookie_domain", value => "forums.$domain", } phpbb_config { "server_name/$lang": database => $database, key => "server_name", value => "forums.$domain", } phpbb_config { "default_lang/$lang": database => $database, key => "default_lang", value => $lang, } } }