This website requires JavaScript.
Explore
Help
Sign In
kazu634
/
itamae
Watch
1
Star
0
Fork
You've already forked itamae
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
28e3f21141
itamae
/
cookbooks
/
nomad
/
files
/
etc
/
nomad.d
/
client.hcl
4 lines
35 B
HCL
Raw
Normal View
History
Unescape
Escape
Deploy `nomad`.
2021-04-30 05:50:09 +00:00
client
{
Modify `/etc/nomad.d/client.hcl`: ``` --- a/cookbooks/nomad/files/etc/nomad.d/client.hcl +++ b/cookbooks/nomad/files/etc/nomad.d/client.hcl @@ -1,13 +1,3 @@ -# /etc/nomad.d/server.hcl - client { - enabled = true -} - -plugin "docker" { - config { - volumes { - enabled = true - } - } + enabled = true } ```
2022-01-14 14:26:47 +00:00
enabled
=
true
Deploy `nomad`.
2021-04-30 05:50:09 +00:00
}