Merge pull request #136 from fnichol/foreman
--- Simple enough, but this helps when re-exporting runit services. Cheers, and thanks! Conflicts: spec/foreman/export/runit_spec.rb
This commit is contained in:
@@ -51,7 +51,7 @@ class Foreman::Export::Runit < Foreman::Export::Base
|
||||
private
|
||||
def create_directory(location)
|
||||
say "creating: #{location}"
|
||||
FileUtils.mkdir(location)
|
||||
FileUtils.mkdir_p(location)
|
||||
end
|
||||
|
||||
def inline_variables(command)
|
||||
|
||||
Reference in New Issue
Block a user