Skip to content

Commit

Permalink
Add missing directory
Browse files Browse the repository at this point in the history
  • Loading branch information
sileht committed Mar 25, 2016
1 parent 6b795a1 commit cd734b0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions manifests/ca.pp
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,11 @@

$etc_directory = $::openvpn::params::etc_directory

file {"${etc_directory}/openvpn/${name}":
ensure => directory,
mode => '0750',
}

exec { "copy easy-rsa to openvpn config folder ${name}":
command => "/bin/cp -r ${openvpn::params::easyrsa_source} ${etc_directory}/openvpn/${name}/easy-rsa",
creates => "${etc_directory}/openvpn/${name}/easy-rsa",
Expand Down

0 comments on commit cd734b0

Please sign in to comment.