Skip to content

Commit

Permalink
Fix tf sudo line
Browse files Browse the repository at this point in the history
  • Loading branch information
cmd-ntrf committed Jul 18, 2024
1 parent 412da53 commit cb3915d
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 @@ -9,7 +9,7 @@ users:
- name: tf
ssh_authorized_keys:
- ${tf_ssh_public_key}
sudo: "tf ALL = NOPASSWD: /usr/sbin/update_etc_puppetlabs.sh /tmp/*.zip"
sudo: "ALL = NOPASSWD: /usr/sbin/update_etc_puppetlabs.sh /tmp/*.zip"
- name: ${sudoer_username}
groups: adm, wheel, systemd-journal
homedir: /${sudoer_username}
Expand Down

0 comments on commit cb3915d

Please sign in to comment.