Commit Graph

5 Commits (3945794704d3dcf7fed84a8322e61c1ba0ee6a2d)

Author SHA1 Message Date
Peter Sprygada e7e295b693 removes requirement for config argument to be specified in junos_facts
The config argument is optional and should not be required.  This
removes the required attribute from the config argument.

fixes #3878
8 years ago
Wolfgang Powisch 061555cefb Update junos_facts.py (#3759) 8 years ago
Peter Sprygada a6dc526570 adds config_format argument to the facts module
this change adds config_format argument with choices of xml, set or text to
specify the desired format of the config returned from the remote device.  The
default value is text
9 years ago
Peter Sprygada c41cb48007 Merge pull request #9 from dgarros/junos_modules
Add support for xml, set and text format for config
9 years ago
Peter Sprygada 9a66410899 adds new junos_facts module
The junos_facts module will collect basic system inforamtion about remote
devices running the Junos operating system
9 years ago