1. 21 Nov, 2012 1 commit
  2. 19 Nov, 2012 1 commit
  3. 08 Nov, 2012 1 commit
  4. 31 Oct, 2012 1 commit
  5. 30 Oct, 2012 1 commit
  6. 26 Oct, 2012 1 commit
  7. 25 Oct, 2012 1 commit
  8. 23 Oct, 2012 1 commit
  9. 03 Oct, 2012 2 commits
  10. 01 Oct, 2012 2 commits
  11. 29 Sep, 2012 1 commit
  12. 28 Sep, 2012 1 commit
  13. 05 Sep, 2012 1 commit
    • Add support to removes control param · 2dd430d9
      Execute action only if specified file using param removes exist (execute reverse control of creates).
      
      Some usage eg.:
      
      ```yaml
      - name: enable apache2 default websites
        action: command /usr/sbin/a2ensite $item
      creates=/etc/apache2/sites-enabled/$item
        with_items:
          - default
          - default-ssl
      
      - name: disable apache2 default websites
        action: command /usr/sbin/a2dissite $item
      removes=/etc/apache2/sites-enabled/$item
        with_items:
          - default
          - default-ssl
      ```
      Marco Vito Moscaritolo committed
  14. 04 Sep, 2012 1 commit
  15. 17 Aug, 2012 1 commit
  16. 14 Aug, 2012 1 commit
  17. 11 Aug, 2012 2 commits
  18. 03 Aug, 2012 1 commit
  19. 01 Aug, 2012 1 commit
  20. 30 Jul, 2012 1 commit
  21. 24 Jul, 2012 1 commit
  22. 09 May, 2012 1 commit
    • Apply logging of arguments to modules (issue #122) · aea022b0
      The ohai and facter modules use /usr/bin/logger to log the fact that
      they have been invoked.  I added 'import os' to the ping module
      so that it could have the same syslog statements as the other modules.
      I separated the condensed:
          shlex.split(open(argfile, 'r').read())
      into two separate statements similar to the other modules.
      Stephen Fromm committed
  23. 06 Apr, 2012 1 commit
  24. 15 Mar, 2012 1 commit
  25. 14 Mar, 2012 2 commits
  26. 04 Apr, 2012 1 commit
  27. 02 Mar, 2012 2 commits
  28. 28 Feb, 2012 2 commits
  29. 29 Feb, 2012 1 commit
  30. 27 Feb, 2012 1 commit
  31. 25 Feb, 2012 1 commit
  32. 24 Feb, 2012 3 commits