You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This documentation was referenced on the help list as to why policy_server.dat
could only contain IP addresses but hostnames and even ports are valid here
since CFEngine 3.10.0.
Copy file name to clipboardExpand all lines: content/overview/directory-structure.markdown
+8-1Lines changed: 8 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -191,7 +191,14 @@ _pid files_ in the work directory.
191
191
192
192
### `policy_server.dat`
193
193
194
-
IP address of the policy server
194
+
Specifies the host's primary policy server in the format `(<IP>|<Hostname>)[:<Port>]`. This file's contents are used to define the `default:sys.policy_hub` and `default:sys.policy_hub_port` variables.
0 commit comments