Skip to content

Instantly share code, notes, and snippets.

@brianz
Created April 15, 2015 20:12
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 brianz/0e63ed502974e0762e7a to your computer and use it in GitHub Desktop.
Save brianz/0e63ed502974e0762e7a to your computer and use it in GitHub Desktop.
diff --git a/rsyslog/init.sls b/rsyslog/init.sls
index 890cba8..f12b349 100644
--- a/rsyslog/init.sls
+++ b/rsyslog/init.sls
@@ -6,10 +6,7 @@ rsyslog:
- user: root
- group: root
- mode: 644
- - source:
- - salt://rsyslog/files/rsyslog.conf.{{ grains['fqdn'] }}
- - salt://rsyslog/files/rsyslog.conf.{{ grains['instance_type'] }}
- - salt://rsyslog/files/rsyslog.conf
+ - source: salt://rsyslog/files/rsyslog.conf
- require:
- pkg: rsyslog
pkg.installed:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment