-
-
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
Remove deprecated source_permissions #360
Remove deprecated source_permissions #360
Conversation
009a595
to
df6bfc9
Compare
df6bfc9
to
74306f9
Compare
require => File["${etc_directory}/openvpn/${name}"], | ||
} | ||
|
||
exec { "copy *.cnf files from easyrsa source to ${name}": |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think that copying data with an exec resource is a good idea. @alexjfisher any ideas?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm open for new ideas. From #315 I grab the idea with puppetlabs-rsync which use a exec resource to copy data with rsync.
The current solution is a nasty hack. Thats all what I know.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What about restore the old behavior
This would be easier to approve and merge if the PR only dealt with removing the |
Maybe I need some consulting which tests are required here. My goal was to remove I code this PR and test and try out a lot. If the functionally was wrong, the test
give a red flag. Example: https://travis-ci.org/voxpupuli/puppet-openvpn/jobs/609636194 I generally prefer to restore the old |
Follow up: #312
Since I hate deprecation warnings and the old PR looks stale just I create a new.
Pull Request (PR) description
This Pull Request (PR) fixes the following issues
Fixes #315