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

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