summaryrefslogtreecommitdiff
path: root/lib/oxidized/model/alvarion.rb
blob: 7a4dcc77d42fd2b70e4b5fb9548290b6684d1182 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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 do

  end

end