fxed typo
This commit is contained in:
parent
4fcb81225a
commit
094df94ffe
1 changed files with 2 additions and 2 deletions
|
@ -41,8 +41,8 @@ define user::define_user(
|
||||||
shell => $operatingsystem ? {
|
shell => $operatingsystem ? {
|
||||||
openbsd => "/usr/local/bin/bash",
|
openbsd => "/usr/local/bin/bash",
|
||||||
default => "/bin/bash",
|
default => "/bin/bash",
|
||||||
}
|
},
|
||||||
uid => $uid
|
uid => $uid,
|
||||||
}
|
}
|
||||||
|
|
||||||
group { $name:
|
group { $name:
|
||||||
|
|
Loading…
Reference in a new issue