Skip to content

Instantly share code, notes, and snippets.

Created August 13, 2013 14:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/6221607 to your computer and use it in GitHub Desktop.
Save anonymous/6221607 to your computer and use it in GitHub Desktop.
/etc/apache2/server-name:
file.managed:
- source:
- salt://roles/vlab/server-name
- template: jinja
ServerName {{ grains['fqdn'] }}
@SEJeff
Copy link

SEJeff commented Aug 13, 2013

/etc/apache2/server-name:
  file.managed:
    - source: salt://roles/vlab/server-name
    - template: jinja

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment