This commit is contained in:
Iwan Clément
2018-12-30 10:44:12 +01:00
parent 984779a533
commit e25f24c781

4
softwares/sudo.sls Normal file
View File

@@ -0,0 +1,4 @@
{% if grains['kernel'] == 'Linux' %}
sudo:
pkg.installed
{% endif %}