-
-
Notifications
You must be signed in to change notification settings - Fork 197
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
message : The source_permissions
parameter is deprecated
#315
Comments
There is no requirement to copy the easyrsa files to Last week I tested easyrsa 3 and the possible to generate a whole PKI while easyrsa is still in If easyrsa is not copied anymore, the deprecated is gone, too. |
Interesting, thank you @jkroepke . |
Technically yes (untested). But the commentary of easyrsa explains that the entire easyrsa should be copied otherwise all keys? are lost. It might be true, if the keys are also created in https://github.com/OpenVPN/easy-rsa-old/blob/master/easy-rsa/2.0/vars#L3 |
The |
Affected Puppet, Ruby, OS and module versions/distributions
How to reproduce (e.g Puppet code you use)
What are you seeing
We are using file resource with source_permissions attribute here :
https://github.com/voxpupuli/puppet-openvpn/blob/master/manifests/ca.pp#L63
It looks to do the expected job and docs about types does not show deprecation message.
The deprecation message is relevant :
https://tickets.puppetlabs.com/browse/PUP-9332
What behaviour did you expect instead
no deprecation message
Output log
Any additional information you'd like to impart
Probably, it should be possible to use https://github.com/puppetlabs/puppetlabs-rsync , instead of file resource.
The text was updated successfully, but these errors were encountered: