Create /etc/nomad.d/jobs
This commit is contained in:
parent
9a5a78d657
commit
ef40d3dc01
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue