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

Add a uniq function to nodes array to ensure we deduplicate list #96

Merged
merged 1 commit into from
Oct 16, 2017
Merged

Add a uniq function to nodes array to ensure we deduplicate list #96

merged 1 commit into from
Oct 16, 2017

Conversation

cyberious
Copy link
Contributor

In the event we execute a list that happens to have a node twice the command will be executed twice, simply running a uniq on the array to ensure it is a unique set.

@cyberious
Copy link
Contributor Author

Resolves issue #97

@genebean
Copy link

This seems like a very useful addition as I have been putting node lists in files and using them via

--nodes `cat nodelist`

@adreyer adreyer merged commit 555b4ed into puppetlabs:master Oct 16, 2017
@joshcooper
Copy link
Contributor

In the future, can we add BOLT tickets to the subject line so we can reconcile tickets & commits.

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.

None yet

4 participants