You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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)The text was updated successfully, but these errors were encountered: