Skip to content

Commit

Permalink
P:puppet::server: fix node-notifier sudo rule
Browse files Browse the repository at this point in the history
  • Loading branch information
supertassu committed Jun 10, 2024
1 parent ebc50ab commit 02c0729
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/profile/manifests/puppet/server.pp
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@
sudo::rule { 'notifier-g10k':
target => 'notifier',
privileges => [
'ALL = (gitpuppet) NOPASSWD: /usr/bin/g10k -config /etc/puppetlabs/g10k.yaml',
"ALL = (gitpuppet) NOPASSWD: /usr/bin/g10k -config ${g10k_config_path}",
],
}

Expand Down

0 comments on commit 02c0729

Please sign in to comment.