Tou d'aplomb pour tlp

This commit is contained in:
Iwan Clément
2019-03-23 18:57:28 +01:00
parent 077a6aca3c
commit 98b1885dc3
3 changed files with 17 additions and 6 deletions

View File

@@ -1,6 +1,7 @@
# A implémenter # A implémenter
# https://www.unixsysadmin.com/fedora-on-a-thinkpad-p1/ # https://www.unixsysadmin.com/fedora-on-a-thinkpad-p1/
{% if grains['kernel'] == 'Linux' %}
{% if grains['virtual'] == 'physical' %}
Installons tlp: Installons tlp:
pkg.installed: pkg.installed:
- pkgs: - pkgs:
@@ -10,3 +11,13 @@ Installons tlp:
tlp: tlp:
service.running: service.running:
- enable: True - enable: True
{%else %}
Supprimons tlp:
pkg.removed:
- pkgs:
- tlp
- tlp-rdw
{%endif%}
{%endif%}

View File

@@ -3,12 +3,13 @@ include:
# - linux.update # - linux.update
- linux.VMSwappiness - linux.VMSwappiness
- linux.MesPaquets - linux.MesPaquets
# - linux.SSHPubKeys - linux.SSHPubKeys
- softwares.chrome - softwares.chrome
- softwares.vlc - softwares.vlc
- softwares.multimedia - softwares.multimedia
- softwares.teamviewer - softwares.teamviewer
- softwares.nextcloud-client - softwares.nextcloud-client
- softwares.tlp
Installons les logiciels: Installons les logiciels:
pkg.installed: pkg.installed:

View File

@@ -2,11 +2,10 @@
include: include:
# - linux.update # - linux.update
- softwares.userstation - softwares.userstation
- linux.SSHPubKeys # - linux.SSHPubKeys
- softwares.atom - softwares.atom
- softwares.VisualStudioCode - softwares.VisualStudioCode
- softwares.VirtualBox - softwares.VirtualBox
- softwares.tlp
'Installons les logiciels pour Exchange': 'Installons les logiciels pour Exchange':
pkg.installed: pkg.installed: