Skip to content

Commit

Permalink
Fix puppet.yaml tf user "user_create_group" does not exist
Browse files Browse the repository at this point in the history
Replace by no_user_group
  • Loading branch information
cmd-ntrf committed Sep 3, 2024
1 parent 66963a4 commit 1f17e05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/configuration/puppet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ mounts:
users:
- name: tf
no_create_home: true
no_create_group: true
no_user_group: true
homedir: /tmp
%{ if contains(tags, "puppet") }
sudo: "ALL = NOPASSWD: /usr/sbin/update_etc_puppetlabs.sh *.zip"
Expand Down

0 comments on commit 1f17e05

Please sign in to comment.