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