We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
cvmfs_server_url
The text was updated successfully, but these errors were encountered:
The overall answer is probably related to PR#24's resolution
Sorry, something went wrong.
Indeed. I guess we want document one manual way and a couple of examples of enabling cvmfs-config.
And depending on how PR#24 plays out, some clear way of setting CVMFS_SERVER_URL in default.local
d6fad07
Merge pull request #33 from traylenator/depclass
d6d543c
Fixes #28 - Readme examples should now all work.
No branches or pull requests
Client Configuration
To configure a cvmfs client enable the module
class{cvmfs: }
or
the second example reports no
cvmfs_server_url
option to init.ppThe text was updated successfully, but these errors were encountered: