Skip to content

Instantly share code, notes, and snippets.

@Jamie-BitFlight
Created October 31, 2017 17:46
Show Gist options
  • Save Jamie-BitFlight/21bc70c91b8cff6a6d59f4beabb06efb to your computer and use it in GitHub Desktop.
Save Jamie-BitFlight/21bc70c91b8cff6a6d59f4beabb06efb to your computer and use it in GitHub Desktop.
# File: /srv/salt/apache/map.yaml
{% load_yaml as osmap %}
Debian:
pkg: apache2
srv: apache2
RedHat:
pkg: httpd
srv: httpd
{% endload %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment