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

groupadd module: string does not have attribute 'extend', plus homogeneous cmd parm building #43105

Merged
merged 2 commits into from
Sep 6, 2017

Conversation

aogier
Copy link

@aogier aogier commented Aug 22, 2017

What does this PR do?

It fixes no-member errors in cmd building (eg. extend() on tuples or strings). It also unifies cmd creation across the module, hopefully making it easier to maintain it.

What issues does this PR fix or reference?

closes #43086

@ghost
Copy link

ghost commented Aug 22, 2017

@aogier, thanks for your PR! By analyzing the history of the files in this pull request, we identified @techhat, @thatch45 and @rallytime to be potential reviewers.

@aogier aogier changed the base branch from 2016.3 to 2016.11 August 22, 2017 13:05
@aogier
Copy link
Author

aogier commented Aug 22, 2017

rebased on 2016.11

@aogier aogier changed the title fixed cmd composition and unified his making across module [wip] fixed cmd composition and unified his making across module Aug 22, 2017
@aogier aogier changed the title [wip] fixed cmd composition and unified his making across module groupadd module: fixed cmd composition and unified his composition across module Aug 22, 2017
@aogier aogier changed the title groupadd module: fixed cmd composition and unified his composition across module groupadd module: string does not have attribute 'extend', plus homogeneous cmd parm building Aug 26, 2017
@aogier
Copy link
Author

aogier commented Aug 26, 2017

Ciao, this one fix #43086 that in turn blocks a proper fix for #43131 that I'd be glad to implement but cannot cover with tests since they will fail for either bugs like for example here (no extend on tuple, no -R on openbsd). Could somebody help me with this PR ? Thank you, regards :)

@rallytime rallytime merged commit fc587f7 into saltstack:2016.11 Sep 6, 2017
@aogier aogier deleted the 43086-no-member branch September 6, 2017 15:55
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.

3 participants