-
-
Notifications
You must be signed in to change notification settings - Fork 88
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
ERROR: Option network must be one of: required! You passed... #68
Comments
I just started seeing this too... I am passing a CIDR range in but it is still failing.. |
This seems related to #67 being merged in. I hard code to |
This is a dupe of #67 - 2.2.6 isn't released yet. |
@CloCkWeRX 2.2.6 is already released and it seems to work with |
@amaltson I definitely tested on 12.4.latest (as of 12 days ago) and didn't have any problems with the test. Can you provide some more details about the error you're encountering? |
I am getting the following issue:
9: nfs_export "/var/www" do
10>> network '*'
11: writeable true
12: anonuser node['lamp']['share']['user']
13: anongroup node['lamp']['share']['group']
14: sync true
...
[2015-10-10T11:41:47+00:00] ERROR: Option network must be one of: required! You passed "*".
Please merge this pull request:
#67
Thanks.
The text was updated successfully, but these errors were encountered: