0
0
mirror of https://github.com/saltstack-formulas/sudoers-formula.git synced 2025-02-17 15:44:26 +01:00

Added Linux Mint support.

This commit is contained in:
Andrew Vant 2014-10-01 11:26:17 -04:00
parent f6af37072c
commit c9230f1b14

View File

@ -5,7 +5,8 @@
'Fedora': {'sudo': 'sudo'},
'RedHat': {'sudo': 'sudo'},
'Amazon': {'sudo': 'sudo'},
'Gentoo': {'sudo': 'app-admin/sudo'}
'Gentoo': {'sudo': 'app-admin/sudo'},
'Mint': {'sudo': 'sudo'}
} %}
{% if 'package_table' in pillar %}