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.
|
3 years ago | |
---|---|---|
.root/etc | 3 years ago | |
log | 3 years ago | |
.gitignore | 3 years ago | |
README.md | 3 years ago | |
Saltfile | 3 years ago | |
apt.sls | 3 years ago | |
top.sls | 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 aNo 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.