Skip to content

Instantly share code, notes, and snippets.

Created January 29, 2016 13:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/1c555a5ffa6d43706392 to your computer and use it in GitHub Desktop.
Save anonymous/1c555a5ffa6d43706392 to your computer and use it in GitHub Desktop.
Salt output
top.sls
base:
'*':
- 'vim'
- 'multitail'
- 'sysctl'
- 'aptitude'
- 'apt-show-versions'
'waspbox*':
- 'nginx'
wayne@zabbix1:~$ sudo salt-run fileserver.update
True
wayne@zabbix1:~$ sudo salt '*' state.apply
waspbox3:
----------
ID: states
Function: no.None
Result: False
Comment: No Top file or external nodes data matches found.
Started:
Duration:
Changes:
Summary for waspbox3
------------
Succeeded: 0
Failed: 1
------------
Total states run: 1
Total run time: 0.000 ms
ERROR: Minions returned with non-zero exit code
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment