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

921f83
diff --git a/README.md b/README.md
921f83
index 5950215..a59d72f 100644
921f83
--- a/README.md
921f83
+++ b/README.md
921f83
@@ -25,7 +25,7 @@ Install and enable postfix. Configure "relay_domains=$mydestination" and
921f83
       relay_domains: "$mydestination"
921f83
       relay_host: "example.com"
921f83
   roles:
921f83
-    - postfix
921f83
+    - linux-system-roles.postfix
921f83
 ```
921f83
 
921f83
 Install and enable postfix. Do not run 'postfix check' before restarting
921f83
@@ -37,7 +37,7 @@ postfix:
921f83
   vars:
921f83
     postfix_check: false
921f83
   roles:
921f83
-    - postfix
921f83
+    - linux-system-roles.postfix
921f83
 ```
921f83
 
921f83
 Install and enable postfix. Do single backup of main.cf (older backup will be
921f83
@@ -51,7 +51,7 @@ rewritten) and configure "relay_host=example.com":
921f83
       relay_host: "example.com"
921f83
     postfix_backup: true
921f83
   roles:
921f83
-    - postfix
921f83
+    - linux-system-roles.postfix
921f83
 ```
921f83
 
921f83
 Install and enable postfix. Do timestamped backup of main.cf and
921f83
@@ -66,7 +66,7 @@ set to true postfix_backup is ignored):
921f83
       relay_host: "example.com"
921f83
     postfix_backup_multiple: true
921f83
   roles:
921f83
-    - postfix
921f83
+    - linux-system-roles.postfix
921f83
 ```
921f83
 
921f83