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

defining multiple ssh::client::config::user resources for the same user doesn't work as intended #304

Closed
rbelnap opened this issue Oct 16, 2020 · 1 comment

Comments

@rbelnap
Copy link

rbelnap commented Oct 16, 2020

Pull request #260 should allow multiple definitions for the same user, however this doesn't work because $name is being used for the concat tag. Since multiple defines will have different $name the concat_fragment will only add the first one (where concat_file is defined).

The tag should be keyed off of $user, not $name (I'd think tag => "${user}_ssh_config", would be appropriate)

@saz
Copy link
Owner

saz commented May 23, 2024

I don't see a reason for tag at all, as concat_file will search for target, title or tag matching.

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

2 participants