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

Allow specifying bundle path #43

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

aeneby
Copy link

@aeneby aeneby commented Sep 11, 2024

In fad51d0 we removed the thinlinc_server_bundle parameter. This means that the bundle must be in a standard Ansible search path, using the standard bundle filename.

This commit re-implements a variation of this parameter, but makes it optional with sensible defaults. This makes it possible for people to use non-standard locations and filenames, but still keeps the intention of the original commit by only requiring the version to be specified in one place.

Fixes #42.

In fad51d0 we removed the thinlinc_server_bundle parameter. This means
that the bundle must be in a standard Ansible search path, using the
standard bundle filename.

This commit re-implements a variation of this parameter, but makes it
optional with sensible defaults. This makes it possible for people to
use non-standard locations and filenames, but still keeps the intention
of the original commit by only requiring the version to be specified in
one place.

Fixes cendio#42.
@aeneby
Copy link
Author

aeneby commented Sep 11, 2024

@Thulium-Drake @samhed it's almost a revert, but not quite. Thoughts?

@Thulium-Drake
Copy link
Contributor

Looks good to me, clever reuse of the thinlinc_version, I didn't think to do that in my own config until 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

Successfully merging this pull request may close these issues.

Removing 'thinlinc_server_bundle' 'breaks' project organization
2 participants