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]'
|
notifies :restart, 'service[nomad]'
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
directory '/etc/nomad.d/jobs' do
|
||||||
|
owner 'nomad'
|
||||||
|
group 'nomad'
|
||||||
|
mode '755'
|
||||||
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
# Create directory:
|
# Create directory:
|
||||||
|
|
Loading…
Reference in New Issue