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> abc
This commit is contained in:
parent
5d21541f4f
commit
b85455e4e8
2 changed files with 6 additions and 2 deletions
|
|
@ -237,7 +237,7 @@ module Vmpooler
|
|||
raise("#{self.class.name} does not implement get_target_datacenter_from_config")
|
||||
end
|
||||
|
||||
def purge_unconfigured_resources(_whitelist)
|
||||
def purge_unconfigured_resources(_allowlist)
|
||||
raise("#{self.class.name} does not implement purge_unconfigured_resources")
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue