Commit Graph

14 Commits (583cfa45e51b53915e35b3fed1471bcf91edc13c)

Author SHA1 Message Date
Brian Coca 3b98ed15bc now stat skips md5 if file isn't readable 11 years ago
Richard C Isaacson 7263148156 Typo fix. 11 years ago
Richard C Isaacson 1e2eb88926 Replace mode with octal renaming to mode.
Closes GH-6176

This way for mode we return in an octal format which is immediately usable compared to transforming it later.
11 years ago
Brian Coca 21854d54d4 added octal representation of mode and made md5 checksumming optional
Signed-off-by: Brian Coca <briancoca+dev@gmail.com>
11 years ago
Laurent Defert 9fb39ce4aa Mark stat module as supporting check_mode 11 years ago
James Tanner 4f9aadcc07 Addresses #5023 Fix import comments 11 years ago
James Tanner 38edad70ac Fixes #5023 Convert all modules to use new snippet import pattern 11 years ago
Mark Mandel 0f011c3c58 expand user home path in stat. 11 years ago
Bruce Pennypacker bb07c443a4 doc update 11 years ago
Stephen Fromm d43f5d3ab7 Update stat module to handle symlinks
Add follow parameter to stat module that controls whether to follow
symlinks.  It defaults to no.
This then calls os.stat or os.lstat based on the value of follow.
Add lnk_source key/value pair if path is a symlink and follow=no.
Drop the statement that sets isdir=False and islnk=True when path is a
symlink that points to a directory.
11 years ago
Jan-Piet Mens 494d784e91 files/stat: add pw_name and md5 sum to stat, and add meaningful? example
remove unnecessary import,
  md5 sum on regular files only
11 years ago
Bruce Pennypacker 5af9543b75 don't fail if the file doesn't exist. Just set 'exists' to true/false as appropriate 11 years ago
Bruce Pennypacker 88d9145235 Fixed stat of symlinked dirs 11 years ago
Bruce Pennypacker 8f19762748 get file/path facts via 'stat' 11 years ago