Skip to content

Commit 0a0ae5c

Browse files
committed
Fix minor mistakes in REFERENCE.md to make all snippets pasteable
1 parent fe6cf80 commit 0a0ae5c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

REFERENCE.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1026,7 +1026,7 @@ systemd::manage_unit { 'myrunner.service':
10261026
'ExecStart' => '/usr/bin/doit.sh',
10271027
},
10281028
install_entry => {
1029-
WantedBy => 'multi-user.target',
1029+
'WantedBy' => 'multi-user.target',
10301030
},
10311031
}
10321032
```
@@ -1040,8 +1040,8 @@ systemd::manage_unit { 'passwd-mon.path':
10401040
'Description' => 'Monitor the passwd file',
10411041
},
10421042
path_entry => {
1043-
'PathModified => '/etc/passwd',
1044-
'Unit' => 'passwd-mon.service',
1043+
'PathModified' => '/etc/passwd',
1044+
'Unit' => 'passwd-mon.service',
10451045
},
10461046
install_entry => {
10471047
'WantedBy' => 'multi-user.target',

0 commit comments

Comments
 (0)