feat: add host_volumes to nomad
- add puppet client certs - add tls-ca-bundle
This commit is contained in:
@@ -21,6 +21,13 @@ server {
|
||||
# Manage clients/agents
|
||||
client {
|
||||
enabled = true
|
||||
|
||||
<%- @host_volumes.each do |volume| %>
|
||||
host_volume "<%= volume['name'] %>" {
|
||||
path = "<%= volume['path'] %>"
|
||||
read_only = <%= volume['read_only'] %>
|
||||
}
|
||||
<% end %>
|
||||
}
|
||||
plugin "docker" {
|
||||
config {
|
||||
|
||||
Reference in New Issue
Block a user