summaryrefslogtreecommitdiff
path: root/manifests/workstation.pp
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2021-09-28 04:15:43 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2021-09-28 04:15:43 +0200
commit346774d3d5e4cf47aa044efb10673a6845978315 (patch)
treec67f82f433f05323d4924c52fa5ad90ee19592c4 /manifests/workstation.pp
parentFix systemd command. (diff)
downloadprofiles-346774d3d5e4cf47aa044efb10673a6845978315.tar.gz
profiles-346774d3d5e4cf47aa044efb10673a6845978315.tar.xz
Add group profiles.
Diffstat (limited to 'manifests/workstation.pp')
-rw-r--r--manifests/workstation.pp2
1 files changed, 2 insertions, 0 deletions
diff --git a/manifests/workstation.pp b/manifests/workstation.pp
index f276957..724a1b5 100644
--- a/manifests/workstation.pp
+++ b/manifests/workstation.pp
@@ -1,4 +1,6 @@
class profiles::workstation {
$os = $facts['os']['name'].downcase()
include "::profiles::workstation::${os}"
+
+ include ::profiles::group_profile
}