Sha256: e56145415d8fb8c4f9e1a69e47083865836037ee1fbfb17e512dbfc3df4ecb35
Contents?: true
Size: 500 Bytes
Versions: 9
Compression:
Stored size: 500 Bytes
Contents
class CoriantGroove < Oxidized::Model comment '# ' prompt /^(\w+@.*>\s*)$/ cmd :all do |cfg| cfg.each_line.to_a[1..-3].map { |line| line.delete("\r").rstrip }.join("\n") + "\n" end cmd 'show inventory' do |cfg| comment cfg.cut_tail end cmd 'show softwareload' do |cfg| comment cfg.cut_tail end cmd 'show config | display commands' do |cfg| cfg.cut_head end cfg :ssh do post_login 'set -f cli-config cli-columns 4000' pre_logout 'quit -f' end end
Version data entries
9 entries across 9 versions & 1 rubygems