Skip to content

Commit

Permalink
Merge pull request #196 from sileht/master
Browse files Browse the repository at this point in the history
Don't fail if shared_ca directory exist
  • Loading branch information
luxflux committed May 21, 2016
2 parents d93b9a7 + b2e34c7 commit 9d4ccff
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions manifests/server.pp
Original file line number Diff line number Diff line change
Expand Up @@ -573,11 +573,10 @@
notify => $lnotify,
}
if $shared_ca {
file { "${etc_directory}/openvpn/${ca_name}":
ensure_resource(file, "${etc_directory}/openvpn/${ca_name}", {
ensure => directory,
mode => '0750',
notify => $lnotify,
}
})
}

if $extca_enabled {
Expand Down

0 comments on commit 9d4ccff

Please sign in to comment.