From 1d51cdd3f791042f0cffe26988c723d91c5c43d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iwan=20Cl=C3=A9ment?= Date: Thu, 24 Jan 2019 10:30:35 +0000 Subject: [PATCH] includes --- windows/chocosoft.sls | 29 ++++++----------------------- 1 file changed, 6 insertions(+), 23 deletions(-) diff --git a/windows/chocosoft.sls b/windows/chocosoft.sls index 6ca4949..de3b7e4 100644 --- a/windows/chocosoft.sls +++ b/windows/chocosoft.sls @@ -1,23 +1,6 @@ -'Installons gpg4win': - chocolatey.installed: - - name: gpg4win - -'Installons 7zip': - chocolatey.installed: - - name: 7zip - -'Installons vlc': - chocolatey.installed: - - name: vlc - -'Installons git': - chocolatey.installed: - - name: git.install - -'Installons Visual Studio Code': - chocolatey.installed: - - name: vscode - -'Installons AutoIt': - chocolatey.installed: - - name: autoit.install \ No newline at end of file +include: + - windows.choco.vlc + - windows.choco.7zip + - windows.choco.git + - windows.choco.vscode + - windows.choco.autoit \ No newline at end of file