Ajout des prereq
This commit is contained in:
@@ -2,6 +2,14 @@
|
|||||||
|
|
||||||
{% if grains['kernel'] == 'Linux' and grains['virtual'] == 'physical' %}
|
{% if grains['kernel'] == 'Linux' and grains['virtual'] == 'physical' %}
|
||||||
|
|
||||||
|
{% if grains['os_family'] == 'RedHat' %}
|
||||||
|
Installons les Prereq Kernel devel:
|
||||||
|
pkg.installed:
|
||||||
|
pkgs:
|
||||||
|
- kernel-devel
|
||||||
|
- dkms
|
||||||
|
{% endif %}
|
||||||
|
|
||||||
virtualbox_repository:
|
virtualbox_repository:
|
||||||
pkgrepo.managed:
|
pkgrepo.managed:
|
||||||
{% if grains['os_family'] == 'RedHat' %}
|
{% if grains['os_family'] == 'RedHat' %}
|
||||||
|
|||||||
Reference in New Issue
Block a user