Basic example - installing Apache
# /srv/salt/top.sls | |
base: | |
'*': | |
- apache | |
# /srv/salt/apache.sls OR /srv/salt/apache/init.sls | |
apache: | |
pkg.installed: | |
- name: apache2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment