1. 21 Nov, 2012 2 commits
  2. 19 Nov, 2012 1 commit
  3. 18 Nov, 2012 1 commit
  4. 31 Oct, 2012 2 commits
  5. 23 Oct, 2012 1 commit
  6. 12 Oct, 2012 1 commit
  7. 08 Oct, 2012 1 commit
  8. 01 Oct, 2012 1 commit
  9. 30 Sep, 2012 1 commit
  10. 26 Sep, 2012 1 commit
    • Ignore failure of stop command if start succeeds with state=restarted · 19c0202a
      In some cases (see issue #1067) with state=restarted, a failure to stop
      the service (which wasn't running) would appear to the module to be a
      failure to restart the service even though it successfully started the
      service.  This changes the behavior of the service module to focus
      on the return code of the start command.  If the rc of stop is not
      0 and the rc of start does equal 0, it considers the service
      successfully restarted.  It then ignores the rc, stdout, and stderr
      from the unsuccessful stop command.
      Stephen Fromm committed
  11. 21 Sep, 2012 1 commit
  12. 30 Aug, 2012 1 commit
  13. 25 Aug, 2012 2 commits
  14. 18 Aug, 2012 1 commit
  15. 17 Aug, 2012 1 commit
  16. 11 Aug, 2012 1 commit
  17. 07 Aug, 2012 1 commit
  18. 03 Aug, 2012 1 commit
  19. 02 Aug, 2012 1 commit
  20. 01 Aug, 2012 2 commits
  21. 28 Jul, 2012 3 commits
  22. 19 Jul, 2012 1 commit
    • Service module outputting extra data. · ae665c15
      The service module was printing stuff to stderr, returning two
      JSON dicts, not using consistent 'failed' values, had dead code
      and unused variables.  Added detection for the case when service
      status returns 'xxx is dead and pid file exists' and made the
      code a bit easier to read.
      John Kleint committed
  23. 10 Jul, 2012 1 commit
  24. 17 Jun, 2012 1 commit
  25. 15 May, 2012 1 commit
  26. 10 May, 2012 1 commit
  27. 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
  28. 04 May, 2012 1 commit
  29. 03 May, 2012 2 commits
    • Fixes _find_binaries not using globals · a7e4da92
      _find_binaries now sets the right globals
      Binaries are now properly populated (reverse path/binary for loops)
      Michel Blanc committed
    • Adds support for Ubuntu style update-rc.d · 572868c9
      Checks if update-rc.d (Ubuntu) or chkconfig (RHEL) should be used.
      Adds basic bin path search for those binaries
      Adds 'enable' and 'disable' options for 'enable' command since it's the
      arguments that update-rc.d uses (this might be somewhat confusing to
      have a command line with 'enable=enable', but probably mkes sense for
      Ubuntu users).
      Allows use of mixed case for 'list' and 'state' commands.
      Michel Blanc committed
  30. 01 May, 2012 1 commit
  31. 27 Apr, 2012 2 commits
  32. 26 Apr, 2012 1 commit