From 7ae724259ca5f7238ee9363cdc09385979df03e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iwan=20Cl=C3=A9ment?= Date: Tue, 6 Feb 2018 14:13:25 +0000 Subject: [PATCH] Avec ajout de tous les OS Linux connus --- linux/top.sls | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 linux/top.sls diff --git a/linux/top.sls b/linux/top.sls new file mode 100644 index 0000000..29cba74 --- /dev/null +++ b/linux/top.sls @@ -0,0 +1,9 @@ +base: + 'G@os:Fedora': + - fedora + + 'G@os:Debian': + - debian + + 'G@os:Ubuntu': + - ubuntu \ No newline at end of file