From da4bf1c1a9ac30f87241ea06a96aca582a1bcf3f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Tue, 28 Sep 2021 04:15:43 +0200 Subject: Add group profiles. --- modules/profiles/manifests/workstation.pp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'modules/profiles/manifests/workstation.pp') diff --git a/modules/profiles/manifests/workstation.pp b/modules/profiles/manifests/workstation.pp index f276957..724a1b5 100644 --- a/modules/profiles/manifests/workstation.pp +++ b/modules/profiles/manifests/workstation.pp @@ -1,4 +1,6 @@ class profiles::workstation { $os = $facts['os']['name'].downcase() include "::profiles::workstation::${os}" + + include ::profiles::group_profile } -- cgit v1.2.3