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 export clients to be Array #213

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

Conversation

moritz-makandra
Copy link

Pull Request (PR) description

The clients parameter of nfs::server::export can be an array according to nfs::functions::create_export.

This Pull Request (PR) fixes the following issues

Allow clients to be the same datatype in nfs::server::export and nfs::functions::create_export

Copy link
Member

@kenyon kenyon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

REFERENCE.md needs to be regenerated with bundle exec rake strings:generate:reference.

String[1] $clients = 'localhost(ro)',
Variant[
String[1],
Array[String[1]]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Array[String[1]]
Array[String[1]],

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.

2 participants