Skip to content
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

Replace deprecated source_permissions parameter #3

Merged
merged 1 commit into from
Dec 13, 2019

Conversation

TheBigLee
Copy link
Member

Pull Request (PR) description

The parameter has been deprecated by Puppetlabs and will be removed in
Puppet6. In order to ensure that the module keeps working in the future
the functionality of the parameter had to be replaced.

The only easy way to solve this, is by using an exec statement that uses
rsync to sync the files from the source folder

This Pull Request (PR) fixes the following issues

Fixes voxpupuli#315

The parameter has been deprecated by Puppetlabs and will be removed in
Puppet6. In order to ensure that the module keeps working in the future
the functionality of the parameter had to be replaced.

The only easy way to solve this, is by using an exec statement that uses
rsync to sync the files from the source folder
@TheBigLee TheBigLee force-pushed the fix/remove_deprecated_param branch from 166eafc to 3ed4fbc Compare December 13, 2019 16:14
@TheBigLee TheBigLee changed the title Replace deprecated source_permissions parameteter Replace deprecated source_permissions parameter Dec 13, 2019
@davidgubler
Copy link
Member

Machsch mal.

@davidgubler davidgubler merged commit 7845149 into master Dec 13, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

message : The source_permissions parameter is deprecated
2 participants