192 |
- |
1 |
# Red Hat Update Agent config file.
|
|
|
2 |
# Format: 1.0
|
|
|
3 |
|
|
|
4 |
debug[comment]=Whether or not debugging is enabled
|
|
|
5 |
debug=0
|
|
|
6 |
|
|
|
7 |
systemIdPath[comment]=Location of system id
|
|
|
8 |
systemIdPath=/etc/sysconfig/rhn/systemid
|
|
|
9 |
|
|
|
10 |
serverURL[comment]=Remote server URL (use FQDN)
|
|
|
11 |
serverURL=https://enter.your.server.url.here/XMLRPC
|
|
|
12 |
|
|
|
13 |
hostedWhitelist[comment]=RHN Hosted URL's
|
|
|
14 |
hostedWhitelist=
|
|
|
15 |
|
|
|
16 |
enableProxy[comment]=Use a HTTP Proxy
|
|
|
17 |
enableProxy=0
|
|
|
18 |
|
|
|
19 |
versionOverride[comment]=Override the automatically determined system version
|
|
|
20 |
versionOverride=
|
|
|
21 |
|
|
|
22 |
httpProxy[comment]=HTTP proxy in host:port format, e.g. squid.redhat.com:3128
|
|
|
23 |
httpProxy=
|
|
|
24 |
|
|
|
25 |
noReboot[comment]=Disable the reboot actions
|
|
|
26 |
noReboot=0
|
|
|
27 |
|
|
|
28 |
networkRetries[comment]=Number of attempts to make at network connections before giving up
|
|
|
29 |
networkRetries=1
|
|
|
30 |
|
|
|
31 |
disallowConfChanges[comment]=Config options that can not be overwritten by a config update action
|
|
|
32 |
disallowConfChanges=noReboot;sslCACert;useNoSSLForPackages;serverURL;disallowConfChanges;
|
|
|
33 |
|
|
|
34 |
sslCACert[comment]=The CA cert used to verify the ssl server
|
|
|
35 |
sslCACert=/usr/share/rhn/RHN-ORG-TRUSTED-SSL-CERT
|
|
|
36 |
|
|
|
37 |
# Akamai does not support http protocol, therefore setting this option as side effect disable "Location aware" function
|
|
|
38 |
useNoSSLForPackages[comment]=Use HTTP for package, package list, and header fetching (disable Akamai)
|
|
|
39 |
useNoSSLForPackages=0
|
|
|
40 |
|
|
|
41 |
retrieveOnly[comment]=Retrieve packages only
|
|
|
42 |
retrieveOnly=0
|
|
|
43 |
|
|
|
44 |
skipNetwork[comment]=Skips network information in hardware profile sync during registration.
|
|
|
45 |
skipNetwork=0
|
|
|
46 |
|
|
|
47 |
writeChangesToLog[comment]=Log to /var/log/up2date which packages has been added and removed
|
|
|
48 |
writeChangesToLog=0
|
|
|
49 |
|
|
|
50 |
stagingContent[comment]=Retrieve content of future actions in advance
|
|
|
51 |
stagingContent=1
|
|
|
52 |
|
|
|
53 |
stagingContentWindow[comment]=How much forward we should look for future actions. In hours.
|
|
|
54 |
stagingContentWindow=24
|