diff options
author | ytti <saku@ytti.fi> | 2016-09-23 20:45:31 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-09-23 20:45:31 +0300 |
commit | a4df8447d7126f3d333a95b97f688421684141e3 (patch) | |
tree | 52300015bb5be8d194468a587123c9b391f3c929 | |
parent | 5b0967439f61735d68fe801eaa840b7b75908c70 (diff) | |
parent | 09e169eac9ee83f8460835f0a14e3c6a64f9c253 (diff) |
Merge pull request #572 from danilopopeye/ds-rollback-alvarion-model
rollback `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 |