Skip to content

Commit

Permalink
Merge pull request saltstack-formulas#7 from aboe76/archlinux_support
Browse files Browse the repository at this point in the history
added Archlinux support to dnsmasq
  • Loading branch information
nmadhok committed Jan 1, 2015
2 parents 2ccad22 + 948a2e4 commit 75cacad
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions dnsmasq/map.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@
'dnsmasq_conf': '/etc/dnsmasq.conf',
'dnsmasq_conf_dir': '/etc/dnsmasq.d',
},
'Arch': {
'service': 'dnsmasq'
'dnsmasq_conf': '/etc/dnsmasq.conf',
'dnsmasq_conf_dir': '/etc/dnsmasq.d',
},
} %}

{% if grains.get('saltversion', '').startswith('0.17') %}
Expand Down

0 comments on commit 75cacad

Please sign in to comment.