fix default case
Этот коммит содержится в:
родитель
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}":
|
||||
|
|
Загрузка…
Сослаться в новой задаче