mirror of
https://github.com/coder/coder.git
synced 2025-07-13 21:36:50 +00:00
feat: Add support for MOTD file in coder agents (#5147)
This commit is contained in:
committed by
GitHub
parent
8ff89c4288
commit
eff99f78fa
@ -99,6 +99,7 @@ func TestConvertResources(t *testing.T) {
|
||||
Architecture: "amd64",
|
||||
Auth: &proto.Agent_Token{},
|
||||
ConnectionTimeoutSeconds: 1,
|
||||
MotdFile: "/etc/motd",
|
||||
}, {
|
||||
Name: "dev3",
|
||||
OperatingSystem: "windows",
|
||||
|
Reference in New Issue
Block a user