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