diff --git a/softwares/workstation.sls b/softwares/workstation.sls new file mode 100644 index 0000000..adad598 --- /dev/null +++ b/softwares/workstation.sls @@ -0,0 +1,15 @@ +Installons les logiciels: + pkg.managed: + - pkgs: + - sshfs + - zip + - unzip + - encfs + - git + - calibre + - thunderbird + - evolution-ews + - evolution-langpacks + - libreoffice-help-fr + - keepass + \ No newline at end of file