You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
aeris a33b427142 Add debug log 3 years ago
.root/etc Initial commit 3 years ago
log Add debug log 3 years ago
.gitignore Initial commit 3 years ago
README.md Add debug log 3 years ago
Saltfile Initial commit 3 years ago
apt.sls Initial commit 3 years ago
top.sls Initial commit 3 years ago

README.md

How to reproduce:

  • Clone this Git repository
  • Run salt-master under this directory
  • Connect a salt-minion instance on this salt-master
  • Run salt '*' state.apply: it fails with a No Top file or master_tops data matches found
  • Run salt-ssh '*' state.apply: it works

Note that both salt '*' test.ping and salt-ssh '*' test.ping works correctly

Debug log are joined on this repository, see the log directory.