Issue #610
closedConfig files should state default behavior
Description
2.5 configuration has defaults which are shown and commented out in the config files. These settings are required for 2.4 and earlier.
Some files do a good job of documenting this:
server/etc/pulp/server.conf
Some do not mention it:
client_admin/etc/pulp/admin/admin.conf
We should audit our config files to make sure that they all document this.
Document URL:
Section Number and Name:
Describe the issue:
Suggestions for improvement:
Additional information:
+ This bug was cloned from Bugzilla Bug #1161205 +
Updated by bmbouter about 8 years ago
PR available at: https://github.com/pulp/pulp/pull/1328
+ This comment was cloned from Bugzilla #1161205 comment 1 +
Updated by bmbouter about 8 years ago
Merged to 2.5-dev -> master
+ This comment was cloned from Bugzilla #1161205 comment 2 +
Updated by cduryee about 8 years ago
fixed in pulp 2.6.0-0.2.beta
+ This comment was cloned from Bugzilla #1161205 comment 3 +
Updated by igulina@redhat.com about 8 years ago
rpm -qa pulp-server
pulp-server-2.6.0-0.2.beta.el6.noarch
head -n 7 /etc/pulp/server.conf
- =========================
- Pulp Server Configuration
- =========================
- The settings in this file are all commented by default, and the commented settings show the
- default values that Pulp Server will choose if not specified here.
This phrase is also in
/etc/pulp/nodes.conf
/etc/pulp/admin/admin.conf
/etc/pulp/consumer/consumer.conf
+ This comment was cloned from Bugzilla #1161205 comment 4 +
Updated by bmbouter about 8 years ago
- Category deleted (
1) - Tags Documentation added
Documentation is now a Tag not a Category.
Updated by rbarlow almost 8 years ago
- Status changed from 6 to CLOSED - CURRENTRELEASE