fix parameter variable
This commit is contained in:
parent
81a06483fc
commit
5b6d816776
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
# GPLv3
|
||||
|
||||
class sudo(
|
||||
$deploy_sudoers = $sudo::deploy_sudoers,
|
||||
$deploy_sudoers = $sudo::params::deploy_sudoers,
|
||||
$path = $sudo::params::path,
|
||||
$dir = $sudo::params::dir
|
||||
) inherits sudo::params {
|
||||
|
|
Loading…
Reference in a new issue