summaryrefslogtreecommitdiff
path: root/modules/profiles/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
commitda4bf1c1a9ac30f87241ea06a96aca582a1bcf3f (patch)
tree41a16a1bdbab667170cde47a13097cebf6ce3c77 /modules/profiles/manifests/workstation.pp
parentFix systemd command. (diff)
downloadwebdav_server-da4bf1c1a9ac30f87241ea06a96aca582a1bcf3f.tar.gz
webdav_server-da4bf1c1a9ac30f87241ea06a96aca582a1bcf3f.tar.xz
Add group profiles.
Diffstat (limited to '')
-rw-r--r--modules/profiles/manifests/workstation.pp2
1 files changed, 2 insertions, 0 deletions
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
}