From 4d50be4ea80c68c538986e965d810a7da80bf1c7 Mon Sep 17 00:00:00 2001 From: CLEMENT Iwan Date: Fri, 25 Jan 2019 16:53:13 +0100 Subject: [PATCH] Creation du fichier --- windows/choco/python2.sls | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 windows/choco/python2.sls diff --git a/windows/choco/python2.sls b/windows/choco/python2.sls new file mode 100644 index 0000000..be41351 --- /dev/null +++ b/windows/choco/python2.sls @@ -0,0 +1,3 @@ +'Installons Python 2': + chocolatey.installed: + - name: python2 \ No newline at end of file