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