Skip to content

Commit

Permalink
liukke - Changes to conform with puppet-lint style.
Browse files Browse the repository at this point in the history
  • Loading branch information
e3 on barry.skarven.net committed Sep 19, 2014
1 parent 1a13090 commit 7e61e59
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions manifests/server.pp
Original file line number Diff line number Diff line change
Expand Up @@ -374,9 +374,9 @@
"/etc/openvpn/${name}/auth",
"/etc/openvpn/${name}/client-configs",
"/etc/openvpn/${name}/download-configs" ]:
ensure => directory,
mode => '0750',
recurse => true,
ensure => directory,
mode => '0750',
recurse => true,
}

exec { "copy easy-rsa to openvpn config folder ${name}":
Expand Down

0 comments on commit 7e61e59

Please sign in to comment.