We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22da85b commit ef4aaa7Copy full SHA for ef4aaa7
1 file changed
MPF.md
@@ -326,7 +326,7 @@ This [augments file][Augments] will defines `trigger_upgrade` on hosts with IPv4
326
"trigger_upgrade": [
327
"ipv4_10_10_1",
328
"ipv4_10_10_2",
329
- "cfengine_3_10_(?!2$)\d+"
+ "cfengine_3_10_(?!2$)\\d+"
330
]
331
}
332
@@ -402,7 +402,7 @@ This example illustrates enabling management of components on systemd hosts havi
402
403
```json
404
{
405
- "classes:" {
+ "classes": {
406
"mpf_enable_cfengine_systemd_component_management": [ "redhat_8" ]
407
408
@@ -1091,7 +1091,7 @@ For example:
1091
1092
"vars":{
1093
"control_common_bundlesequence_end": [ "mybundle1", "mybundle2" ]
1094
- }
+ },
1095
1096
"inputs": [ "services/mybundles.cf" ]
1097
0 commit comments