diff --git a/cookbooks/nomad/setup.rb b/cookbooks/nomad/setup.rb index 73c6c3d..24b4edb 100644 --- a/cookbooks/nomad/setup.rb +++ b/cookbooks/nomad/setup.rb @@ -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: