From d2ccc6d6a1bad1bb1e5455b8089f62ee772a1e70 Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Wed, 19 Aug 2015 18:11:29 +0000 Subject: [PATCH] Misc production bodhi2 settings. --- roles/bodhi2/base/templates/production.ini.j2 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/roles/bodhi2/base/templates/production.ini.j2 b/roles/bodhi2/base/templates/production.ini.j2 index cdb77e6b70..c23714a1a0 100644 --- a/roles/bodhi2/base/templates/production.ini.j2 +++ b/roles/bodhi2/base/templates/production.ini.j2 @@ -231,7 +231,7 @@ serverca_cert = /etc/pki/bodhi/fedora-server-ca.cert ## or 'dummy', which will always return guest credentials (used for local ## development). ## -acl_system = dummy +acl_system = pkgdb ## ## Package DB @@ -245,7 +245,7 @@ pkgdb_url = https://admin.fedoraproject.org/pkgdb ## ## Bug tracker settings ## -#bugtracker = bugzilla +bugtracker = bugzilla initial_bug_msg = %s has been submitted as an update to %s. %s stable_bug_msg = %s has been pushed to the %s repository. If problems still persist, please make note of it in this bug report. @@ -278,10 +278,10 @@ reboot_pkgs = kernel kernel-smp kernel-xen-hypervisor kernel-PAE kernel-xen0 ker # Enable this to query the Fedora Package Database for the list of Critical # Path Packages. If disabled, it'll just use the hardcoded list below. -#critpath.type = pkgdb +critpath.type = pkgdb # You can hardcode a list of critical path packages instead of using the PackageDB -critpath_pkgs = kernel +#critpath_pkgs = kernel # The number of admin approvals it takes to be able to push a critical path # update to stable for a pending release.