Skip to content

Instantly share code, notes, and snippets.

@amits83
Created August 21, 2015 18:20
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 amits83/9b3b5bcd4eb00fd247a1 to your computer and use it in GitHub Desktop.
Save amits83/9b3b5bcd4eb00fd247a1 to your computer and use it in GitHub Desktop.
top.sls :
base:
'*':
- some stuff
'role:apache':
- match grain
- Apache.apache_conf
base/apache_conf.sls looks like this :
config-file-copy:
file.copy:
- name : file1
- soruce : file2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment