remove custom chroot_env

This commit is contained in:
Rob Genova
2017-07-07 09:09:22 -07:00
parent 9a677712a5
commit 89b8118d7f

View File

@@ -5,17 +5,6 @@ name = "nomad@IP_ADDRESS"
# Enable the client
client {
enabled = true
chroot_env {
"/bin" = "/bin"
"/etc" = "/etc"
"/home" = "/home"
"/lib" = "/lib"
"/lib32" = "/lib32"
"/lib64" = "/lib64"
"/run/resolvconf" = "/run/resolvconf"
"/sbin" = "/sbin"
"/usr" = "/usr"
}
}
consul {