1. 26 Jun, 2013 1 commit
  2. 19 Jun, 2013 1 commit
  3. 17 Jun, 2013 1 commit
  4. 15 Jun, 2013 1 commit
  5. 14 Jun, 2013 2 commits
  6. 09 Jun, 2013 1 commit
  7. 28 Apr, 2013 1 commit
  8. 30 Mar, 2013 1 commit
  9. 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
  10. 18 Feb, 2013 2 commits
  11. 28 Jan, 2013 1 commit
  12. 25 Jan, 2013 2 commits
  13. 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