Overridable safety (#53458)

* create overridable sanitation function
* now used in aws, gce and azure plugins
* added new option to these plugins to work in conjunction with general toggle to make it easier
  to emulate inventory script behavior.
This commit is contained in:
Brian Coca 2019-03-12 12:03:20 -04:00 committed by GitHub
commit 3e52a6a693
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 88 additions and 12 deletions

View file

@ -0,0 +1,3 @@
minor_changes:
- Embed an overridable static sanitization method into base inventory plugin class to allow individual plugins to optionally override
Add override implementation to inital set of cloud plugins