Commit Graph

17 Commits (0f3093516d253e26a99e8c59a89e9ba782ec2e13)

Author SHA1 Message Date
James Laska 1d368f9e1f Correct documentation URLs 11 years ago
Michael Scherer 93a75a4d83 Fix issue 4433, make sure status is a int rather than a string 11 years ago
Joshua Lund bf5a4cbea4 * Updated SHA-256 functionality in the get_url module
(fixes issue #4277)

* The sha256sum error message now displays the invalid
  destination checksum if it doesn't match the one that
  is specified in the arguments. This is useful for
  debugging purposes.

* Non-alphanumeric characters, including the infamous
  Unicode zero-width space, are removed from the sha256sum
  argument prior to the check.
11 years ago
Serge van Ginderachter 705613acf8 Fix bug in uri where redirect check fails.
When the redirect check fails, the 'status' key is not set in
resp_redir, so we need to check this.
11 years ago
Michael DeHaan ece707bc6e Trim old style var references 11 years ago
Joshua Lund 166ea0e175 * Updated all ansible.cc references in the documentation to point
to ansibleworks.com
* Fixed a few misspelled words
11 years ago
Joshua Lund c96e6c0d1d Removed merge conflict header 11 years ago
Michael DeHaan 6ed171bee5 Merge branch 'sha256' of git://github.com/jlund/ansible into devel
Conflicts:
	library/network/get_url
11 years ago
Jan-Piet Mens 98c1423269 Docs: consistently format playbook EXAMPLES 11 years ago
Jan-Piet Mens 3404a0fc16 DOCS: standardize on EXAMPLES (a.k.a. Docs-JumboPatch JetLag Edition)
Migrated all examples: in DOCUMENTATION=''' string to standalone EXAMPLES=''' string
  Added deprecation warning to moduledev.rst and remove deprecated example from it
  Fixed up a few typos and uppercased some acronyms.
  add consistency to how EXAMPLES are formatted
11 years ago
Joshua Lund 6316a78776 Setting version_added for this feature to 1.3 11 years ago
Joshua Lund 30bd813913 * Added a sha256 method to module_common
* Added a sha256sum parameter to the get_url module to enable
cryptographic verification of downloaded files
* Fixed a few typos in the documentation
11 years ago
Michael DeHaan b363c09a6e Docs standardization 11 years ago
Michael DeHaan 2a479cca52 Fixup fetch doc formatting. 11 years ago
James Martin 79cd04e689 Initial Commit. 11 years ago
Piffey Parlance 87b4c0d194 Fixed bug where if destination was unspecified, changed would not be set, resulting in an UnboundLocalError. 12 years ago
Michael DeHaan cd97a4cb14 Allow modules to be categorized, and also sort them when generating the documentation. 12 years ago