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