Tou d'aplomb pour tlp
This commit is contained in:
@@ -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%}
|
||||||
@@ -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:
|
||||||
|
|||||||
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user