We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe6cf80 commit 0a0ae5cCopy full SHA for 0a0ae5c
REFERENCE.md
@@ -1026,7 +1026,7 @@ systemd::manage_unit { 'myrunner.service':
1026
'ExecStart' => '/usr/bin/doit.sh',
1027
},
1028
install_entry => {
1029
- WantedBy => 'multi-user.target',
+ 'WantedBy' => 'multi-user.target',
1030
1031
}
1032
```
@@ -1040,8 +1040,8 @@ systemd::manage_unit { 'passwd-mon.path':
1040
'Description' => 'Monitor the passwd file',
1041
1042
path_entry => {
1043
- 'PathModified => '/etc/passwd',
1044
- 'Unit' => 'passwd-mon.service',
+ 'PathModified' => '/etc/passwd',
+ 'Unit' => 'passwd-mon.service',
1045
1046
1047
'WantedBy' => 'multi-user.target',
0 commit comments