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

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