Added Linux Mint support.
This commit is contained in:
parent
f6af37072c
commit
c9230f1b14
1 changed files with 2 additions and 1 deletions
|
@ -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 %}
|
||||
|
|
Loading…
Reference in a new issue