diff options
author | Oliver Garraux <ogarraux@users.noreply.github.com> | 2016-07-06 17:06:47 -0700 |
---|---|---|
committer | Oliver Garraux <ogarraux@users.noreply.github.com> | 2016-07-06 17:06:47 -0700 |
commit | 7c086c417c5bfcfb530fafcba2523f3cbafe107c (patch) | |
tree | df645a1a6d12e967a2b4583c3d91800ad8af4399 | |
parent | 02ceb047909be051bc13a1d6bb35d0f81f083ca7 (diff) |
Add secret removal for bkup-passwords on Aruba
-rw-r--r-- | lib/oxidized/model/aosw.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/oxidized/model/aosw.rb b/lib/oxidized/model/aosw.rb index 4f09e51..394561f 100644 --- a/lib/oxidized/model/aosw.rb +++ b/lib/oxidized/model/aosw.rb @@ -22,6 +22,7 @@ class AOSW < Oxidized::Model cfg.gsub!(/key (\S+)$/, 'key <secret removed>') cfg.gsub!(/secret (\S+)$/, 'secret <secret removed>') cfg.gsub!(/wpa-passphrase (\S+)$/, 'wpa-passphrase <secret removed>') + cfg.gsub!(/bkup-passwords (\S+)$/, 'bkup-passwords <secret removed>') cfg end |