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
|
# GPLv3
|
||||||
|
|
||||||
class sudo(
|
class sudo(
|
||||||
$deploy_sudoers = $sudo::deploy_sudoers,
|
$deploy_sudoers = $sudo::params::deploy_sudoers,
|
||||||
$path = $sudo::params::path,
|
$path = $sudo::params::path,
|
||||||
$dir = $sudo::params::dir
|
$dir = $sudo::params::dir
|
||||||
) inherits sudo::params {
|
) inherits sudo::params {
|
||||||
|
|
Loading…
Reference in a new issue