Skip to content

Commit ef4aaa7

Browse files
committed
Fixed some typo/syntax issues
Ticket: none Changelog: none
1 parent 22da85b commit ef4aaa7

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

MPF.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ This [augments file][Augments] will defines `trigger_upgrade` on hosts with IPv4
326326
"trigger_upgrade": [
327327
"ipv4_10_10_1",
328328
"ipv4_10_10_2",
329-
"cfengine_3_10_(?!2$)\d+"
329+
"cfengine_3_10_(?!2$)\\d+"
330330
]
331331
}
332332
}
@@ -402,7 +402,7 @@ This example illustrates enabling management of components on systemd hosts havi
402402

403403
```json
404404
{
405-
"classes:" {
405+
"classes": {
406406
"mpf_enable_cfengine_systemd_component_management": [ "redhat_8" ]
407407
}
408408
}
@@ -1091,7 +1091,7 @@ For example:
10911091
{
10921092
"vars":{
10931093
"control_common_bundlesequence_end": [ "mybundle1", "mybundle2" ]
1094-
}
1094+
},
10951095

10961096
"inputs": [ "services/mybundles.cf" ]
10971097
}

0 commit comments

Comments
 (0)