Skip to content

Commit 762860f

Browse files
committed
changed chrony modifications to make example working with copy and paste
1 parent 038b785 commit 762860f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

modules/installation-special-config-crony.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ $ cat << EOF | base64
2121
makestep 1.0 3
2222
rtcsync
2323
logdir /var/log/chrony
24-
EOF
24+
EOF
2525
----
2626
+
2727
.Example output
@@ -44,7 +44,7 @@ kind: MachineConfig
4444
metadata:
4545
labels:
4646
machineconfiguration.openshift.io/role: master
47-
name: masters-chrony-configuration
47+
name: 99-masters-chrony-configuration
4848
spec:
4949
config:
5050
ignition:
@@ -75,5 +75,5 @@ directory, then continue to create the cluster.
7575
+
7676
[source,terminal]
7777
----
78-
$ oc apply -f ./masters-chrony-configuration.yaml
78+
$ oc apply -f ./99-masters-chrony-configuration.yaml
7979
----

0 commit comments

Comments
 (0)