diff options
author | Neil Lathwood <neil@lathwood.co.uk> | 2017-08-22 10:27:36 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-22 10:27:36 +0100 |
commit | fbcce13409af722c5439e15fa0cd83378a63bc31 (patch) | |
tree | fbf97cda6e0a8f35f9162438a18a582b6dc706a2 | |
parent | 05e569fa813ca4c341dd5aed1bdb991624282c10 (diff) |
Update alteonos.rb
-rw-r--r-- | lib/oxidized/model/alteonos.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/oxidized/model/alteonos.rb b/lib/oxidized/model/alteonos.rb index f611f57..9eacf4e 100644 --- a/lib/oxidized/model/alteonos.rb +++ b/lib/oxidized/model/alteonos.rb @@ -5,9 +5,9 @@ class ALTEONOS < Oxidized::Model comment '! ' cmd :secret do |cfg| - cfg.gsub!(/^([\s\t]*admpw ).*/, '\1 <password removed>') - cfg.gsub!(/^([\s\t]*pswd ).*/, '\1 <password removed>') - cfg.gsub!(/^([\s\t]*esecret ).*/, '\1 <password removed>') + cfg.gsub!(/^([\s\t]*admpw ).*/, '\1 <password removed>') + cfg.gsub!(/^([\s\t]*pswd ).*/, '\1 <password removed>') + cfg.gsub!(/^([\s\t]*esecret ).*/, '\1 <password removed>') cfg end |