Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable to override the default value of graphdb.workbench.importDirectory #14

Open
vassilmomtchev opened this issue Feb 15, 2018 · 0 comments

Comments

@vassilmomtchev
Copy link

After creating GDB instance with Puppet the default value of graphdb.workbench.importDirectory is pointed to /home/graphdb/graphdb-import (there is no such directory /home/graphdb/ because the user graphdb is used only to start the service). I suggest adding a new configuration parameter like import_dir, so I can use the manifest below:

class{ 'graphdb': version => '8.4.1', edition => 'ee', tmp_dir => '/opt/graphdb/tmp', data_dir => '/opt/graphdb/data', log_dir => '/opt/graphdb/log', install_dir => '/opt/graphdb/install', import_dir => '/opt/graphdb/import', }
Note: import_dir the new parameter which does not exist right now

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant