Blame SOURCES/rhel-system-roles-timesync-prefix.diff

0d3d3b
diff -up timesync-1.0.0/README.md.orig timesync-1.0.0/README.md
0d3d3b
--- timesync-1.0.0/README.md.orig	2018-08-21 11:46:41.000000000 +0200
0d3d3b
+++ timesync-1.0.0/README.md	2018-11-06 22:29:14.586770442 +0100
0d3d3b
@@ -81,7 +81,7 @@ Install and configure ntp to synchronize
617c05
       - hostname: baz.example.com
617c05
         iburst: yes
617c05
   roles:
617c05
-    - timesync
b30e92
+    - rhel-system-roles.timesync
617c05
 ```
617c05
 
617c05
 Install and configure linuxptp to synchronize the system clock with a
0d3d3b
@@ -94,7 +94,7 @@ grandmaster in PTP domain number 0, whic
617c05
       - number: 0
617c05
         interfaces: [ eth0 ]
617c05
   roles:
617c05
-    - timesync
b30e92
+    - rhel-system-roles.timesync
617c05
 ```
617c05
 
617c05
 Install and configure chrony and linuxptp to synchronize the system clock with
0d3d3b
@@ -121,5 +121,5 @@ synchronization:
617c05
         transport: UDPv4
617c05
         delay: 0.000010
617c05
   roles:
617c05
-    - timesync
b30e92
+    - rhel-system-roles.timesync
617c05
 ```