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

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