1. 16 Jan, 2014 2 commits
  2. 15 Jan, 2014 1 commit
  3. 02 Dec, 2013 2 commits
  4. 30 Nov, 2013 1 commit
  5. 28 Nov, 2013 2 commits
  6. 26 Nov, 2013 4 commits
  7. 22 Nov, 2013 1 commit
  8. 28 Oct, 2013 1 commit
  9. 25 Oct, 2013 1 commit
  10. 24 Oct, 2013 3 commits
  11. 15 Oct, 2013 3 commits
  12. 11 Oct, 2013 2 commits
  13. 10 Jul, 2013 1 commit
  14. 15 Jun, 2013 1 commit
  15. 07 Jun, 2013 1 commit
  16. 30 May, 2013 1 commit
    • authorized_key: Set manage_dir default value · 8c9cceac
      This commit fixes a bug where the authorized_key module causes
      the ~user/.ssh directory to be owned by root instead of the user,
      when the manage_dir argument is not specified.
      
      If the manage_dir argument was not specified, the module behaved as if
      manage_dir was set to false, even though it's supposed to default to
      true.
      
      This module assumed that an optional argument, with no default
      specified, will not be present in the module.params dictionary.
      
      What actually seems to happen is that the argument does appear in
      the module.params dictionary with a value of None.
      
      The upside is that this line was evaluating to None instead of
      true:
      
          manage_dir = params.get("manage_dir", True)
      
      I fixed the problem in this particular module by explicitly specifying
      the default value for the manage_dir arugment. But if this bug
      occurred because of a change in behavior in AnsibleModule, then other
      modules may be broken as well.
      Lorin Hochstein committed
  17. 07 May, 2013 1 commit
  18. 28 Apr, 2013 1 commit
  19. 27 Apr, 2013 1 commit
  20. 20 Apr, 2013 2 commits
  21. 19 Apr, 2013 3 commits
  22. 12 Apr, 2013 1 commit
  23. 05 Apr, 2013 2 commits
  24. 26 Mar, 2013 1 commit
  25. 03 Feb, 2013 1 commit