summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix #3153 againpr/4642Michael Scherer2016-09-231-1/+1
* fixes exception raised when nxos_facts uses nxapi transport (#4988)Peter Sprygada2016-09-231-3/+3
* Working subset of mount fixes (#4987)Toshio Kuratomi2016-09-231-160/+317
* fixes default value in docstring for http (#4985)Peter Sprygada2016-09-231-1/+1
* fixes bug where setting state=absent in nxos_nxapi is not idempotent (#4984)Peter Sprygada2016-09-231-9/+31
* Force is not a 2.2 featureJohn R Barker2016-09-231-1/+0
* Add shellcheck to sanity checks. (#4976)Matt Clay2016-09-221-1/+9
* win_feature_docs_update (#4421)Trond Hindenes2016-09-221-2/+2
* Fixes grammatical error in assert module example (#4972)Timothy Appnel2016-09-221-1/+1
* Accept JSON type as the content of policy_json parameter on `iam_policy` moduleRyan S. Brown2016-09-211-1/+1
* Added single_transaction and quick to db_dump (#3687)Søren Kröger2016-09-211-1/+1
* Unarchive stop passing file mode to tar command (#4179)JesseEmond2016-09-211-4/+0
* postgresql_db: fix inverted 'changed' logic when state=absent (#4934)Marius Gedminas2016-09-211-2/+2
* Correct reuse_fips param to reuse_ips (#4939)David Shrewsbury2016-09-211-3/+3
* Fix pip freeze workaround with virtualenv (#4951)Toshio Kuratomi2016-09-201-31/+47
* Remove script previously used by Travis.Matt Clay2016-09-201-21/+0
* pip list isn't available on pip less than 1.3 so make a fallback (#4947)Toshio Kuratomi2016-09-201-2/+27
* Merge pull request #4943 from chouseknecht/develChris Houseknecht2016-09-201-3/+3
|\
| * Cast scale value to int. Fixes #4592.Chris Houseknecht2016-09-201-1/+1
| * Make project start and stop error handling more resilient, and improve messag...Chris Houseknecht2016-09-201-2/+2
* | Adds docs for msg param in assert modules plus some other clean up (#4926)Timothy Appnel2016-09-201-2/+12
* | fixes junos_config to be idempotent when confirming a commit (#4946)Peter Sprygada2016-09-201-3/+2
* | iam_cert: remove choice list for dup_ok type bool (#4940)René Moser2016-09-201-1/+1
* | Fix parsing of pip outputToshio Kuratomi2016-09-201-16/+19
* | Fix git get_diff TypeError when fetch (#4881)Toopy2016-09-201-1/+2
* | Add support for password aging on Solaris (#4372)Lars Engels2016-09-201-0/+37
* | Pip: use 'pip list' when available for package list (#4644)Rob Cutmore2016-09-201-16/+38
|/
* Fix openstack security group rule vrrp choice apostrophe error (#4750)indispeq2016-09-201-2/+2
* fixes import statements in junos_package module (#4929)Peter Sprygada2016-09-191-1/+3
* fix up junos_facts import statements (#4928)Peter Sprygada2016-09-191-1/+3
* fix import in junos_command module (#4927)Peter Sprygada2016-09-191-1/+3
* roll up of bug fixes for junos_config module (#4925)Peter Sprygada2016-09-191-20/+23
* bug fixes in junos_netconf module (#4924)Peter Sprygada2016-09-191-14/+30
* Fix YAML syntax in NXOS documentation (#4922)Josh Lothian2016-09-1932-259/+260
* Remove duplicate key 'author' (#4919)Michael Scherer2016-09-190-0/+0
* Merge pull request #4908 from mscherer/fix_junus_docPeter Sprygada2016-09-190-0/+0
|\
| * Fix duplicate required key errorMichael Scherer2016-09-191-1/+0
* | Merge pull request #4910 from GGabriele/feature_fixPeter Sprygada2016-09-191-2/+32
|\ \
| * | Add feature mappingsGGabriele2016-09-191-2/+32
* | | Check whether yum file or URL install is an upgrade (#4547)Will Thames2016-09-191-18/+5
* | | Test module docs on Shippable. (#4921)Matt Clay2016-09-193-0/+59
* | | Remove duplicate keys from module docs. (#4920)Matt Clay2016-09-193-3/+0
* | | Remove Travis config since we only use Shippable. (#4916)Matt Clay2016-09-191-28/+0
* | | Merge pull request #4914 from privateip/eos_commandPeter Sprygada2016-09-191-4/+11
|\ \ \
| * | | bug fix that now catches FailedConditionalError when specifying conditionalsPeter Sprygada2016-09-191-4/+11
* | | | Merge pull request #4913 from privateip/nxos_commandPeter Sprygada2016-09-191-4/+10
|\ \ \ \ | |/ / / |/| | |
| * | | adds exception handling to nxos_command for FailedConditionalErrorPeter Sprygada2016-09-191-4/+10
|/ / /
* | | Merge pull request #4906 from GGabriele/portchannel_fixPeter Sprygada2016-09-191-11/+23
|\ \ \ | |_|/ |/| |
| * | Fixed docstringGGabriele2016-09-191-1/+1
| * | Fixing nxos_portchannelGGabriele2016-09-191-11/+23