mirror of
https://github.com/puppetlabs/vmpooler.git
synced 2026-01-26 10:08:40 -05:00
Update lib/vmpooler/providers/base.rb
Co-authored-by: Gene Liverman <gene.liverman+06301990@puppet.com>
This commit is contained in:
parent
b85455e4e8
commit
ea86c2645a
3 changed files with 8 additions and 11 deletions
|
|
@ -243,9 +243,9 @@ module Vmpooler
|
|||
|
||||
# DEPRECATED if a provider does not implement the new method, it will hit this base class method
|
||||
# and return a deprecation message
|
||||
def purge_unconfigured_folders(_deprecated, _deprecated2, whitelist)
|
||||
def purge_unconfigured_folders(_deprecated, _deprecated2, allowlist)
|
||||
logger.log('s', '[!] purge_unconfigured_folders was renamed to purge_unconfigured_resources, please update your provider implementation')
|
||||
purge_unconfigured_resources(whitelist)
|
||||
purge_unconfigured_resources(allowlist)
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue