fix default case
This commit is contained in:
джерело
b38db28f70
коміт
73c5057e01
1 змінених файлів з 2 додано та 0 видалено
|
@ -6,6 +6,8 @@ define sudo::access (
|
|||
include sudo
|
||||
if $user == undef {
|
||||
$real_user = $name
|
||||
} else {
|
||||
$real_user = $user
|
||||
}
|
||||
# there shouldn't be a dot in those filenames!
|
||||
file { "${sudo::dir}/01-user_access-${title}":
|
||||
|
|
Завантаження…
Посилання в новій задачі