summaryrefslogtreecommitdiff
path: root/lib/oxidized/model/alvarion.rb
blob: 3c762de7b943db7ed9e87e98cc98c5c2f2efecc9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
class Alvarion < Oxidized::Model

  # Used in Alvarion wisp equipment

  # Run this command as an instance of Model so we can access node
  pre do
    cmd "#{node.auth[:password]}.cfg"
  end


  cfg :tftp {}

end