Skip to content

Commit

Permalink
Remove deprecated source_permissions setting
Browse files Browse the repository at this point in the history
Running test an error occurred, that source_permissions is deprecated.
Now it is removed with the proposed settings.
  • Loading branch information
chloesoe committed May 13, 2019
1 parent 6a9116a commit b848cb9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion manifests/ca.pp
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,9 @@
ensure => directory,
recurse => true,
links => 'follow',
source_permissions => 'use',
owner => 0,
group => 0,
mode => '0644',
source => "file:${openvpn::easyrsa_source}",
require => File["${etc_directory}/openvpn/${name}"],
}
Expand Down

0 comments on commit b848cb9

Please sign in to comment.