Skip to content

Fix quotes in endpoint_setup_args#48

Merged
treydock merged 2 commits into
treydock:masterfrom
mikerenfro:fix/globus_endpoint_setup_args_quotes
Nov 30, 2025
Merged

Fix quotes in endpoint_setup_args#48
treydock merged 2 commits into
treydock:masterfrom
mikerenfro:fix/globus_endpoint_setup_args_quotes

Conversation

@mikerenfro
Copy link
Copy Markdown
Contributor

I was getting an error of

Notice: /Stage[main]/Globus::Config/Exec[globus-endpoint-setup]/returns: sh: -c: line 1: unexpected EOF while looking for matching `''
Notice: /Stage[main]/Globus::Config/Exec[globus-endpoint-setup]/returns: sh: -c: line 2: syntax error: unexpected end of file

and my /root/globus-endpoint-setup was missing a closing quote for the project ID. Since most of the other values were single-quoted, even if not strictly required, I've added the missing closing quotes to project_id and project_admin, and quoted deployment_key.

@treydock
Copy link
Copy Markdown
Owner

Some of the unit tests in https://github.com/treydock/puppet-module-globus/blob/master/spec/shared_examples/globus_config.rb would need to be updated it looks like. Adding quotes around deployment key.

@treydock treydock closed this Nov 27, 2025
@treydock treydock reopened this Nov 27, 2025
@treydock treydock merged commit f90539b into treydock:master Nov 30, 2025
6 checks passed
@treydock
Copy link
Copy Markdown
Owner

This is released as v11.0.1.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants