1
0
Fork 0

Added Linux Mint support.

This commit is contained in:
Andrew Vant 2014-10-01 11:26:17 -04:00
parent f6af37072c
commit c9230f1b14
1 changed files with 2 additions and 1 deletions

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 %}