diff options
Diffstat (limited to 'zarb-ml/mageia-sysadm/2010-November/000529.html')
-rw-r--r-- | zarb-ml/mageia-sysadm/2010-November/000529.html | 234 |
1 files changed, 234 insertions, 0 deletions
diff --git a/zarb-ml/mageia-sysadm/2010-November/000529.html b/zarb-ml/mageia-sysadm/2010-November/000529.html new file mode 100644 index 000000000..21bb4f0ea --- /dev/null +++ b/zarb-ml/mageia-sysadm/2010-November/000529.html @@ -0,0 +1,234 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-sysadm] [254] Add params file + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-sysadm%40mageia.org?Subject=Re%3A%20%5BMageia-sysadm%5D%20%5B254%5D%20Add%20params%20file&In-Reply-To=%3C20101115005136.7B1C03FAF3%40valstar.mageia.org%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="000519.html"> + <LINK REL="Next" HREF="000534.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-sysadm] [254] Add params file</H1> + <B>root at mageia.org</B> + <A HREF="mailto:mageia-sysadm%40mageia.org?Subject=Re%3A%20%5BMageia-sysadm%5D%20%5B254%5D%20Add%20params%20file&In-Reply-To=%3C20101115005136.7B1C03FAF3%40valstar.mageia.org%3E" + TITLE="[Mageia-sysadm] [254] Add params file">root at mageia.org + </A><BR> + <I>Mon Nov 15 01:51:36 CET 2010</I> + <P><UL> + <LI>Previous message: <A HREF="000519.html">[Mageia-sysadm] [253] don't use a variable for shorewall dir (not working) +</A></li> + <LI>Next message: <A HREF="000534.html">[Mageia-sysadm] Keep puppet module generic without hardcoding domain name +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#529">[ date ]</a> + <a href="thread.html#529">[ thread ]</a> + <a href="subject.html#529">[ subject ]</a> + <a href="author.html#529">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>Revision: 254 +Author: dmorgan +Date: 2010-11-15 01:51:36 +0100 (Mon, 15 Nov 2010) +Log Message: +----------- +Add params file + +Modified Paths: +-------------- + puppet/modules/bugzilla/manifests/init.pp + +Added Paths: +----------- + puppet/modules/bugzilla/templates/params + +Modified: puppet/modules/bugzilla/manifests/init.pp +=================================================================== +--- puppet/modules/bugzilla/manifests/init.pp 2010-11-12 22:36:51 UTC (rev 253) ++++ puppet/modules/bugzilla/manifests/init.pp 2010-11-15 00:51:36 UTC (rev 254) +@@ -5,13 +5,23 @@ + } + + $password = extlookup("bugzilla_password") ++ $passwordLdap = extlookup("bugzilla_ldap") ++ + file { '/etc/bugzilla/localconfig': +- ensure => present, +- owner => root, +- group => root, +- mode => 644, +- content => template("bugzilla/localconfig") ++ ensure => present, ++ owner => root, ++ group => root, ++ mode => 644, ++ content => template("bugzilla/localconfig") + } + ++ ++ file { '/var/lib/bugzilla/params': ++ ensure => present, ++ owner => root, ++ group => root, ++ mode => 644, ++ content => template("bugzilla/params") ++ } + } + + +Added: puppet/modules/bugzilla/templates/params +=================================================================== +--- puppet/modules/bugzilla/templates/params (rev 0) ++++ puppet/modules/bugzilla/templates/params 2010-11-15 00:51:36 UTC (rev 254) +@@ -0,0 +1,107 @@ ++%param = ( ++ 'LDAPBaseDN' => 'ou=People,dc=mageia,dc=org', ++ 'LDAPbinddn' => 'cn=bugzilla-alamut,ou=System Accounts,dc=mageia,dc=org:<%= passwordLdap %>', ++ 'LDAPfilter' => '', ++ 'LDAPmailattribute' => 'mail', ++ 'LDAPserver' => 'ldap.mageia.org', ++ 'LDAPstarttls' => '1', ++ 'LDAPuidattribute' => 'uid', ++ 'RADIUS_NAS_IP' => '', ++ 'RADIUS_email_suffix' => '', ++ 'RADIUS_secret' => '', ++ 'RADIUS_server' => '', ++ 'allow_attach_url' => 0, ++ 'allow_attachment_deletion' => 0, ++ 'allow_attachment_display' => 0, ++ 'allowbugdeletion' => 0, ++ 'allowemailchange' => 1, ++ 'allowloginid' => '0', ++ 'allowuserdeletion' => 0, ++ 'announcehtml' => '', ++ 'attachment_base' => '', ++ 'auth_env_email' => '', ++ 'auth_env_id' => '', ++ 'auth_env_realname' => '', ++ 'bonsai_url' => '', ++ 'chartgroup' => 'editbugs', ++ 'commentonchange_resolution' => 0, ++ 'commentonduplicate' => 0, ++ 'confirmuniqueusermatch' => 1, ++ 'cookiedomain' => '', ++ 'cookiepath' => '/', ++ 'createemailregexp' => '.*', ++ 'cvsroot' => '', ++ 'cvsroot_get' => '', ++ 'defaultopsys' => '', ++ 'defaultplatform' => '', ++ 'defaultpriority' => '---', ++ 'defaultquery' => 'bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&emailassigned_to1=1&emailassigned_to2=1&emailreporter2=1&emailcc2=1&emailqa_contact2=1&order=Importance&long_desc_type=substring', ++ 'defaultseverity' => 'enhancement', ++ 'docs_urlbase' => 'docs/%lang%/html/', ++ 'duplicate_or_move_bug_status' => 'RESOLVED', ++ 'emailregexp' => '^[\\w\\.\\+\\-=]+@[\\w\\.\\-]+\\.[\\w\\-]+$', ++ 'emailregexpdesc' => 'A legal address must contain exactly one \'@\', and at least one \'.\' after the @.', ++ 'emailsuffix' => '', ++ 'globalwatchers' => '', ++ 'inbound_proxies' => '', ++ 'insidergroup' => '', ++ 'letsubmitterchoosemilestone' => 1, ++ 'letsubmitterchoosepriority' => 1, ++ 'lxr_root' => '', ++ 'lxr_url' => '', ++ 'mail_delivery_method' => 'Sendmail', ++ 'mailfrom' => 'bugzilla-daemon', ++ 'makeproductgroups' => 0, ++ 'maxattachmentsize' => '1000', ++ 'maxlocalattachment' => '0', ++ 'maxusermatches' => '1000', ++ 'mostfreqthreshold' => '2', ++ 'move-button-text' => 'Move To Bugscape', ++ 'move-enabled' => 0, ++ 'move-to-address' => 'bugzilla-import', ++ 'move-to-url' => '', ++ 'moved-default-component' => '', ++ 'moved-default-product' => '', ++ 'moved-from-address' => 'bugzilla-admin', ++ 'movers' => '', ++ 'musthavemilestoneonaccept' => 0, ++ 'mybugstemplate' => 'buglist.cgi?bug_status=UNCONFIRMED&amp;bug_status=NEW&amp;bug_status=ASSIGNED&amp;bug_status=REOPENED&amp;emailassigned_to1=1&amp;emailreporter1=1&amp;emailtype1=exact&amp;email1=%userid%&amp;field0-0-0=bug_status&amp;type0-0-0=notequals&amp;value0-0-0=UNCONFIRMED&amp;field0-0-1=reporter&amp;type0-0-1=equals&amp;value0-0-1=%userid%', ++ 'noresolveonopenblockers' => 0, ++ 'proxy_url' => '', ++ 'querysharegroup' => 'editbugs', ++ 'quip_list_entry_control' => 'open', ++ 'rememberlogin' => 'on', ++ 'requirelogin' => '0', ++ 'sendmailnow' => 1, ++ 'shadowdb' => '', ++ 'shadowdbhost' => '', ++ 'shadowdbport' => '3306', ++ 'shadowdbsock' => '', ++ 'shutdownhtml' => '', ++ 'smtp_debug' => 0, ++ 'smtp_password' => '', ++ 'smtp_username' => '', ++ 'smtpserver' => 'localhost', ++ 'specific_search_allow_empty_words' => 1, ++ 'ssl_redirect' => 0, ++ 'sslbase' => '', ++ 'strict_isolation' => 0, ++ 'timetrackinggroup' => 'editbugs', ++ 'upgrade_notification' => 'latest_stable_release', ++ 'urlbase' => '<A HREF="http://bugs.mageia.org/">http://bugs.mageia.org/</A>', ++ 'use_mailer_queue' => 0, ++ 'use_see_also' => 1, ++ 'usebugaliases' => 0, ++ 'useclassification' => 0, ++ 'usemenuforusers' => '0', ++ 'useqacontact' => 0, ++ 'user_info_class' => 'CGI', ++ 'user_verify_class' => 'LDAP', ++ 'usestatuswhiteboard' => 0, ++ 'usetargetmilestone' => 0, ++ 'usevisibilitygroups' => 0, ++ 'usevotes' => 0, ++ 'utf8' => 1, ++ 'webdotbase' => '<A HREF="http://www.research.att.com/~north/cgi-bin/webdot.cgi/%urlbase%">http://www.research.att.com/~north/cgi-bin/webdot.cgi/%urlbase%</A>', ++ 'whinedays' => 7 ++ ); +-------------- next part -------------- +An HTML attachment was scrubbed... +URL: </pipermail/mageia-sysadm/attachments/20101115/20345dee/attachment-0001.html> +</PRE> + + + + + + + + + + + + + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="000519.html">[Mageia-sysadm] [253] don't use a variable for shorewall dir (not working) +</A></li> + <LI>Next message: <A HREF="000534.html">[Mageia-sysadm] Keep puppet module generic without hardcoding domain name +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#529">[ date ]</a> + <a href="thread.html#529">[ thread ]</a> + <a href="subject.html#529">[ subject ]</a> + <a href="author.html#529">[ author ]</a> + </LI> + </UL> + +<hr> +<a href="https://www.mageia.org/mailman/listinfo/mageia-sysadm">More information about the Mageia-sysadm +mailing list</a><br> +</body></html> |