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

Client configuration in README.md provides invalid example #28

Closed
jcpunk opened this issue Apr 30, 2015 · 3 comments
Closed

Client configuration in README.md provides invalid example #28

jcpunk opened this issue Apr 30, 2015 · 3 comments

Comments

@jcpunk
Copy link
Contributor

jcpunk commented Apr 30, 2015

Client Configuration

To configure a cvmfs client enable the module

class{cvmfs:
}

or

class{'cvmfs':
  cvmfs_quota      => 100
  cvmfs_server_url => 'http://web.example.org/cvmfs/cmfs.example.org'  # this line doesn't work
}

the second example reports no cvmfs_server_url option to init.pp

@jcpunk
Copy link
Contributor Author

jcpunk commented May 1, 2015

The overall answer is probably related to PR#24's resolution

@traylenator
Copy link
Contributor

Indeed. I guess we want document one manual way and a couple of examples of
enabling cvmfs-config.

@jcpunk
Copy link
Contributor Author

jcpunk commented May 1, 2015

And depending on how PR#24 plays out, some clear way of setting CVMFS_SERVER_URL in default.local

traylenator added a commit that referenced this issue May 5, 2015
Fixes #28 - Readme examples should now all work.
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

2 participants