1. 18 Aug, 2012 1 commit
  2. 17 Aug, 2012 1 commit
  3. 11 Aug, 2012 1 commit
  4. 07 Aug, 2012 1 commit
  5. 03 Aug, 2012 1 commit
  6. 02 Aug, 2012 1 commit
  7. 01 Aug, 2012 2 commits
  8. 28 Jul, 2012 3 commits
  9. 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
  10. 10 Jul, 2012 1 commit
  11. 17 Jun, 2012 1 commit
  12. 15 May, 2012 1 commit
  13. 10 May, 2012 1 commit
  14. 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
  15. 04 May, 2012 1 commit
  16. 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
  17. 01 May, 2012 1 commit
  18. 27 Apr, 2012 2 commits
  19. 26 Apr, 2012 1 commit
  20. 31 Mar, 2012 1 commit
  21. 29 Mar, 2012 1 commit
  22. 28 Mar, 2012 1 commit
  23. 15 Mar, 2012 1 commit
  24. 14 Mar, 2012 1 commit
  25. 29 Feb, 2012 1 commit
  26. 27 Feb, 2012 1 commit
  27. 26 Feb, 2012 2 commits