Skip to content

Commit

Permalink
Merge pull request #191 from sileht/master
Browse files Browse the repository at this point in the history
Add missing directory
  • Loading branch information
luxflux committed May 3, 2016
2 parents b0c0c8d + bba1b87 commit d93b9a7
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 d93b9a7

Please sign in to comment.