1. 14 Jan, 2014 1 commit
  2. 04 Dec, 2013 1 commit
  3. 02 Dec, 2013 1 commit
  4. 30 Oct, 2013 1 commit
  5. 17 Oct, 2013 1 commit
  6. 16 Oct, 2013 1 commit
  7. 03 Aug, 2013 1 commit
  8. 25 Jul, 2013 1 commit
    • apt_key: Add 'keyring' parameter · 5ccc7e72
      The apt-key command takes an optional --keyring parameter representing
      the path to a specific GPG keyring to operate on. If it's not given,
      the command operates on all keyring files, i.e., /etc/apt/trusted.gpg
      and /etc/apt/trusted.gpg.d/*.gpg.
      
      This change adds a 'keyring' parameter to the apt_key module and
      propagates it down to the apt-key command line. The main use case this
      supports is organizing keys for third-party repos into individual
      keyrings in /etc/apt/trusted.gpg.d, rather than putting them all in
      the default keyring.
      Alan Grosskurth committed
  9. 26 Jun, 2013 1 commit
  10. 19 Jun, 2013 1 commit
  11. 17 Jun, 2013 1 commit
  12. 15 Jun, 2013 1 commit
  13. 14 Jun, 2013 2 commits
  14. 09 Jun, 2013 1 commit
  15. 28 Apr, 2013 1 commit
  16. 30 Mar, 2013 1 commit
  17. 27 Feb, 2013 1 commit
    • Update various modules for check_mode · 8f0d8a85
      This updates the following modules to support check_mode:
      * apt_key
      * apt_repository
      * easy_install
      * pip - will always report changed due to the way it handles state
      * seboolean
      * selinux
      * slurp - since nothing changes, it just adds that it supports
        check_mode
      * subversion - reports changed when checking out new repo and
        when updating.
      * supervisorctl
      * svr4pkg
      
      See issue #2114.
      Stephen Fromm committed
  18. 18 Feb, 2013 2 commits
  19. 28 Jan, 2013 1 commit
  20. 25 Jan, 2013 2 commits
  21. 16 Jan, 2013 1 commit
    • add apt_key module · ad637343
      Pretty straightforward.  Give it a URL with an exported GPG key for signing an
      Apt repository.  It downloads it and will install it using apt-key.  It's even
      smart enough to tell if it's already there (i.e. actually tells you if it
      changed or not).
      Jayson Vantuyl committed