Advertisement
Guest User

Untitled

a guest
Apr 10th, 2015
221
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.30 KB | None | 0 0
  1. [DEBUG ] Rendered data from file: /var/cache/salt/minion/files/base/common/spacewalk/test.sls:
  2. osad:
  3. pkg.installed:
  4. - name: osad
  5. service:
  6. - name: osad
  7. - running
  8. # - watch:
  9. # - file: /etc/sysconfig/rhn/osad.conf
  10.  
  11.  
  12. [DEBUG ] Results of YAML rendering:
  13. OrderedDict([('osad', OrderedDict([('pkg.installed', [OrderedDict([('name', 'osad')])]), ('service', [OrderedDict([
  14. ('name', 'osad')]), 'running'])]))])
  15. [INFO ] Running state [osad] at time 10:31:12.553174
  16. [INFO ] Executing state service.running for osad
  17. [INFO ] Executing command '/sbin/service osad status' in directory '/root'
  18. [DEBUG ] output: osad (pid 27150) is running...
  19. [INFO ] The service osad is already running
  20. [INFO ] Completed state [osad] at time 10:31:12.584205
  21. [INFO ] Running state [osad] at time 10:31:12.584896
  22. [INFO ] Executing state pkg.installed for osad
  23. [INFO ] Executing command "repoquery --plugins --queryformat '%{NAME}_|-%{VERSION}_|-%{RELEASE}_|-%{ARCH}_|-%{RE
  24. POID}' --all --pkgnarrow=installed" in directory '/root'
  25. [INFO ] Package osad is already installed.
  26. [INFO ] Completed state [osad] at time 10:31:13.235311
  27. [DEBUG ] LazyLoaded .returner
  28. [DEBUG ] Decrypting the current master AES key
  29. [DEBUG ] Loaded minion key: /etc/salt/pki/minion/minion.pem
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement