Skip to content
Snippets Groups Projects
Commit 50bbd823 authored by Thomas Woerner's avatar Thomas Woerner
Browse files

ipaserver_setup_ds: Fix tasks.create_tmpfiles_dirs call (issue#19)

tasks.create_tmpfiles_dirs does not support options for FreeIPA 4.5
parent 458017f7
No related branches found
No related tags found
No related merge requests found
...@@ -126,7 +126,7 @@ def main(): ...@@ -126,7 +126,7 @@ def main():
if NUM_VERSION < 40600: if NUM_VERSION < 40600:
# Make sure tmpfiles dir exist before installing components # Make sure tmpfiles dir exist before installing components
tasks.create_tmpfiles_dirs(IPAAPI_USER) tasks.create_tmpfiles_dirs()
# Create a directory server instance # Create a directory server instance
if not options.external_cert_files: if not options.external_cert_files:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment