From 4e8c9af30283203fdd29a8e26e990832ff76fc64 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iwan=20Cl=C3=A9ment?= Date: Mon, 5 Feb 2018 17:32:11 +0000 Subject: [PATCH] =?UTF-8?q?Cr=C3=A9ation=20du=20fichier=20pour=20mise=20?= =?UTF-8?q?=C3=A0=20jour=20automatique?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- linux/init.sls | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 linux/init.sls diff --git a/linux/init.sls b/linux/init.sls new file mode 100644 index 0000000..650b3c3 --- /dev/null +++ b/linux/init.sls @@ -0,0 +1,3 @@ +pkg.upgrade: + module.run: + - refresh: True \ No newline at end of file