Skip to content

Commit 02c0729

Browse files
committed
P:puppet::server: fix node-notifier sudo rule
1 parent ebc50ab commit 02c0729

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/profile/manifests/puppet/server.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@
223223
sudo::rule { 'notifier-g10k':
224224
target => 'notifier',
225225
privileges => [
226-
'ALL = (gitpuppet) NOPASSWD: /usr/bin/g10k -config /etc/puppetlabs/g10k.yaml',
226+
"ALL = (gitpuppet) NOPASSWD: /usr/bin/g10k -config ${g10k_config_path}",
227227
],
228228
}
229229

0 commit comments

Comments
 (0)