Set up the folders
Create the two roots Salt reads from. /srv/salt holds your states. /srv/salt/pillar holds your config data.
# on master 1, as root
sudo su
cd /srv/salt
mkdir -p windows linux pillar
# final tree
tree /srv/salt
# /srv/salt
# ├── linux/
# ├── pillar/
# └── windows/