Skip to content

Commit

Permalink
Add missing directory
Browse files Browse the repository at this point in the history
  • Loading branch information
sileht committed May 3, 2016
1 parent 10060f8 commit bba1b87
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions manifests/server.pp
Original file line number Diff line number Diff line change
Expand Up @@ -572,6 +572,13 @@
mode => '0750',
notify => $lnotify,
}
if $shared_ca {
file { "${etc_directory}/openvpn/${ca_name}":
ensure => directory,
mode => '0750',
notify => $lnotify,
}
}

if $extca_enabled {
# VPN Server or Client with external CA
Expand Down

0 comments on commit bba1b87

Please sign in to comment.