Skip to content

Commit

Permalink
Merge pull request #60 from mahant3sh/master
Browse files Browse the repository at this point in the history
Support "LOCALRE" as RE name
  • Loading branch information
ydnath authored Dec 23, 2018
2 parents 19f92e2 + 834a9ae commit e688693
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/junos-ez/facts/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
unless master_id.nil?
facts[:version] =
facts[("version_" + "RE" + master_id).to_sym] ||
facts[("version_" + "LOCALRE").to_sym] ||
facts[('version_' + "FPC" + master_id).to_sym]
end
else
Expand Down

0 comments on commit e688693

Please sign in to comment.