Skip to content

Commit

Permalink
(MODULES-7791) Remove deprecated source_pemissions
Browse files Browse the repository at this point in the history
`source_permissions => use` is deprecated; remove it to quiet warnings.
  • Loading branch information
caseywilliams committed Oct 11, 2018
1 parent 53ef218 commit 6b2b8e9
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions manifests/prepare.pp
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,6 @@
source_permissions => ignore,
}
}
else {
File {
source_permissions => use,
}
}

# Manage /opt/puppetlabs for platforms. This is done before both config and prepare because,
# on Windows, both can be in C:/ProgramData/Puppet Labs; doing it later creates a dependency
Expand Down

0 comments on commit 6b2b8e9

Please sign in to comment.