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 6b795a1 commit 8b4803d
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 @@ -508,6 +508,13 @@
mode => '0750',
notify => $lnotify,
}
if $shared_ca {
file { "${etc_directory}/openvpn/${ca_name}":
ensure => directory,
mode => '0750',
notify => $lnotify,
}
}

if !$remote {
if !$shared_ca {
Expand Down

0 comments on commit 8b4803d

Please sign in to comment.