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

ERROR: Option network must be one of: required! You passed... #68

Open
sergiuionescu opened this issue Oct 10, 2015 · 5 comments
Open

Comments

@sergiuionescu
Copy link

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

    16:  end

...

[2015-10-10T11:41:47+00:00] ERROR: Option network must be one of: required! You passed "*".

Please merge this pull request:
#67

Thanks.

@joshzitting
Copy link

I just started seeing this too... I am passing a CIDR range in but it is still failing..
Option network must be one of: required! You passed "10.129.0.0/16".

@amaltson
Copy link

This seems related to #67 being merged in. I hard code to 2.2.5 instead of the latest 2.2.6 and it converges correctly.

@CloCkWeRX
Copy link

This is a dupe of #67 - 2.2.6 isn't released yet.

@amaltson
Copy link

@CloCkWeRX 2.2.6 is already released and it seems to work with chef-client 2.5.1 but not lower versions (we're on 2.4.3).

@joerocklin
Copy link
Contributor

@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?

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

No branches or pull requests

5 participants