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

617c05
diff --git a/examples/bond-with-vlan.yml b/examples/bond-with-vlan.yml
617c05
index d120f13..fdabb75 100644
617c05
--- a/examples/bond-with-vlan.yml
617c05
+++ b/examples/bond-with-vlan.yml
617c05
@@ -34,4 +34,4 @@
617c05
             - "192.168.174.{{ network_iphost }}/24"
617c05
 
617c05
   roles:
617c05
-    - network
617c05
+    - rhel-system-roles.network
617c05
diff --git a/examples/bridge-with-vlan.yml b/examples/bridge-with-vlan.yml
617c05
index ce48443..19c4303 100644
617c05
--- a/examples/bridge-with-vlan.yml
617c05
+++ b/examples/bridge-with-vlan.yml
617c05
@@ -32,4 +32,4 @@
617c05
             - "192.168.174.{{ network_iphost }}/24"
617c05
 
617c05
   roles:
617c05
-    - network
617c05
+    - rhel-system-roles.network
617c05
diff --git a/examples/eth-simple-auto.yml b/examples/eth-simple-auto.yml
617c05
index 5934ca8..aaaa114 100644
617c05
--- a/examples/eth-simple-auto.yml
617c05
+++ b/examples/eth-simple-auto.yml
617c05
@@ -14,4 +14,4 @@
617c05
         mtu: 1450
617c05
 
617c05
   roles:
617c05
-    - network
617c05
+    - rhel-system-roles.network
617c05
diff --git a/examples/eth-with-vlan.yml b/examples/eth-with-vlan.yml
617c05
index d269886..b9bac22 100644
617c05
--- a/examples/eth-with-vlan.yml
617c05
+++ b/examples/eth-with-vlan.yml
617c05
@@ -24,4 +24,4 @@
617c05
             - "192.168.174.{{ network_iphost }}/24"
617c05
 
617c05
   roles:
617c05
-    - network
617c05
+    - rhel-system-roles.network