diff options
author | MajesticFalcon <Schylarutley@hotmail.com> | 2016-08-30 17:47:05 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-08-30 17:47:05 -0500 |
commit | 340aa7eff51f3c08a2764b3c5882b0568b1442fb (patch) | |
tree | ed35abc4548efb8e610999354f6cb2d3f9a5521f | |
parent | 5c1173ff1cf130a271267beb1e11a371e6134908 (diff) |
Adding Alvarion model
-rw-r--r-- | lib/oxidized/model/alvarion | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/lib/oxidized/model/alvarion b/lib/oxidized/model/alvarion new file mode 100644 index 0000000..3c762de --- /dev/null +++ b/lib/oxidized/model/alvarion @@ -0,0 +1,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 |