Create /etc/nomad.d/jobs

This commit is contained in:
Kazuhiro MUSASHI 2022-03-14 23:06:37 +09:00
parent 9a5a78d657
commit ef40d3dc01
1 changed files with 6 additions and 0 deletions

View File

@ -46,6 +46,12 @@ if node['nomad']['client']
notifies :restart, 'service[nomad]'
end
end
directory '/etc/nomad.d/jobs' do
owner 'nomad'
group 'nomad'
mode '755'
end
end
# Create directory: