Skip to content

Commit b08d401

Browse files
committed
fix: wrong parameter lookup under common sudo class
1 parent c210d1b commit b08d401

File tree

1 file changed

+1
-1
lines changed
  • modules/enableit/common/manifests/system/authentication

1 file changed

+1
-1
lines changed

modules/enableit/common/manifests/system/authentication/sudo.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
# @param sudoers_d_dir The absolute path to the sudoers.d directory. Defaults to '/etc/obmondo/sudoers.d'.
1212
#
1313
class common::system::authentication::sudo (
14-
Boolean $manage = $common::system::authentication::sudo::manage_sudo,
14+
Boolean $manage = $common::system::authentication::manage_sudo,
1515
Boolean $purge = false,
1616
Boolean $ssh_agent_auth = false,
1717
Eit_types::Sudoers $sudoers = {},

0 commit comments

Comments
 (0)