From e25f24c7816c657d814578cd39faa29279cae73e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iwan=20Cl=C3=A9ment?= Date: Sun, 30 Dec 2018 10:44:12 +0100 Subject: [PATCH] creation --- softwares/sudo.sls | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 softwares/sudo.sls diff --git a/softwares/sudo.sls b/softwares/sudo.sls new file mode 100644 index 0000000..c945941 --- /dev/null +++ b/softwares/sudo.sls @@ -0,0 +1,4 @@ +{% if grains['kernel'] == 'Linux' %} +sudo: + pkg.installed +{% endif %} \ No newline at end of file