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

Compatibility with groovy settings #23

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

Hitamashi
Copy link

Problem

Rundeck supports groovy settings and normal java properties settings: http://rundeck.org/docs/administration/configuration-file-reference.html#groovy-config-format

In groovy format, the properties is surrounded by double quote. So when we settings _saltStep.​return​Handlers_ for additional configuration file, the plugin cannot open the file.

Solution

If the file string surrounded by double quotes, we remove it.

Works

  • Fix some syntax in README.md
  • Remove surrounded double quotes

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

Successfully merging this pull request may close these issues.

1 participant