Fixed syntax error from openvpn module.
This commit is contained in:
parent
ddfd82ee50
commit
743b795126
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ class openvpn::client {
|
|||
mode => 0640,
|
||||
owner => root,
|
||||
group => root,
|
||||
notify => Service["openvpn"]
|
||||
notify => Service["openvpn"],
|
||||
require => Package["openvpn"],
|
||||
}
|
||||
file { "/etc/openvpn/ta.key":
|
||||
|
|
Loading…
Add table
Reference in a new issue