From 47b7f2da5f5c855e7134125cd38bb9a846f52f9d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iwan=20Cl=C3=A9ment?= Date: Tue, 3 Apr 2018 17:21:31 +0000 Subject: [PATCH] Add 'linux/update.sls' --- linux/update.sls | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 linux/update.sls diff --git a/linux/update.sls b/linux/update.sls new file mode 100644 index 0000000..bdaff72 --- /dev/null +++ b/linux/update.sls @@ -0,0 +1,3 @@ +pkg.upgrade: + module.run: + - refresh: True \ No newline at end of file