first commit

This commit is contained in:
Alexander Gabriel 2024-10-12 18:01:24 +02:00
commit e49b209619
2 changed files with 14 additions and 0 deletions

4
all_windows.sls Normal file
View File

@ -0,0 +1,4 @@
firefox_x64:
pkg.installed
npp:
pkg.installed

10
readme.md Normal file
View File

@ -0,0 +1,10 @@
cd /srv/salt/
chown salt:salt salt -R
salt-run winrepo.update_git_repos
salt -G 'os:windows' pkg.refresh_db
salt * pkg.install 'firefox_x64'
nano win11.sls
salt -G 'os:windows' state.apply all_windows