From 4b840e646c4854fb05f5b40cd900ebce2578abbb Mon Sep 17 00:00:00 2001 From: Imran Iqbal Date: Thu, 31 Dec 2015 08:23:00 +0000 Subject: [PATCH] Add missing keys in pillar.example (found in init.sls) --- pillar.example | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pillar.example b/pillar.example index e88ee3d..23c99aa 100644 --- a/pillar.example +++ b/pillar.example @@ -11,7 +11,9 @@ users: # WARNING: If 'empty_password' is set to True, the 'password' statement # will be ignored by enabling password-less login for the user. empty_password: False + system: False home: /custom/buser + user_dir_mode: 750 createhome: True roomnumber: "A-1" workphone: "(555) 555-5555" @@ -34,6 +36,7 @@ users: sudo_defaults: - '!requiretty' shell: /bin/bash + remove_groups: False prime_group: name: primarygroup gid: 500