From 3c493ba9d77de4867d0f76586def6bafc2b4bbc7 Mon Sep 17 00:00:00 2001 From: Jake Date: Mon, 5 Mar 2018 08:39:21 +0000 Subject: [PATCH] Remove user from bumblebee group automatically It's only relevant for laptop --- modules/common/manifests/init.pp | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/common/manifests/init.pp b/modules/common/manifests/init.pp index 2e986a6..00cf700 100644 --- a/modules/common/manifests/init.pp +++ b/modules/common/manifests/init.pp @@ -8,7 +8,6 @@ class common { uid => '1000', shell => '/usr/bin/zsh', groups => [ - 'bumblebee', 'input', 'users', 'wheel'