Tou d'aplomb pour tlp
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
# A implémenter
|
||||
# https://www.unixsysadmin.com/fedora-on-a-thinkpad-p1/
|
||||
|
||||
{% if grains['kernel'] == 'Linux' %}
|
||||
{% if grains['virtual'] == 'physical' %}
|
||||
Installons tlp:
|
||||
pkg.installed:
|
||||
- pkgs:
|
||||
@@ -10,3 +11,13 @@ Installons tlp:
|
||||
tlp:
|
||||
service.running:
|
||||
- enable: True
|
||||
|
||||
{%else %}
|
||||
Supprimons tlp:
|
||||
pkg.removed:
|
||||
- pkgs:
|
||||
- tlp
|
||||
- tlp-rdw
|
||||
|
||||
{%endif%}
|
||||
{%endif%}
|
||||
@@ -3,12 +3,13 @@ include:
|
||||
# - linux.update
|
||||
- linux.VMSwappiness
|
||||
- linux.MesPaquets
|
||||
# - linux.SSHPubKeys
|
||||
- linux.SSHPubKeys
|
||||
- softwares.chrome
|
||||
- softwares.vlc
|
||||
- softwares.multimedia
|
||||
- softwares.teamviewer
|
||||
- softwares.nextcloud-client
|
||||
- softwares.tlp
|
||||
|
||||
Installons les logiciels:
|
||||
pkg.installed:
|
||||
|
||||
@@ -2,11 +2,10 @@
|
||||
include:
|
||||
# - linux.update
|
||||
- softwares.userstation
|
||||
- linux.SSHPubKeys
|
||||
# - linux.SSHPubKeys
|
||||
- softwares.atom
|
||||
- softwares.VisualStudioCode
|
||||
- softwares.VirtualBox
|
||||
- softwares.tlp
|
||||
|
||||
'Installons les logiciels pour Exchange':
|
||||
pkg.installed:
|
||||
|
||||
Reference in New Issue
Block a user