Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hfm committed Dec 12, 2018
1 parent 5d736f0 commit 60b3775
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions spec/defines/server/groups_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
{
id: 1001,
users: 'sample',
link_groups: :undef,
}
end

Expand Down
2 changes: 2 additions & 0 deletions spec/defines/server/users_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
shell: '/bin/bash',
keys: 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBH3Mk+/KUhwDvZ7tthykjzU4KHNWPb9F8CLK6agvVxNijfG51Yg8mBsPqafCqHdFB15M1CisDK7iyTGhcwvHNDA= sample@local',
link_users: 'sample',
gecos: :undef,
password: :undef,
}
end

Expand Down

0 comments on commit 60b3775

Please sign in to comment.