-
Notifications
You must be signed in to change notification settings - Fork 30
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
Module doesn't function.... #48
Comments
|
What version of stdlib do you have? This seems to be an issue with the |
|
What is the output of |
|
Hello Garrett: I use Roles and Profiles, so this is what I had.class profile::nfs { }class role::new_role { }stdlib version - Supported Release 4.5.1 puppet --version3.7.4 (Puppet Enterprise 3.7.2) Thanks |
|
I was not able to reproduce. Did notice you have a typo in your code, should be. class { 'nfs::idmap':
ldap_server => 'our.ldap.server.edu',
ldap_base => 'dc=server,dc=edu',
}What is your osfamily? on EL, the inclusion of the nfs::idmap::ldap_server: 'our.ldap.server.edu'
nfs::idmap::ldap_base: 'dc=server,dc=edu' |
|
Closing issue, please re-open if after using the latest versions this is still an issue. |
Hello:
The error I receive is this:
Error: Could not retrieve catalog from remote server: Error 400 on SERVER: can't modify frozen string at /etc/puppetlabs/puppet/environments/development/modules/nfs/manifests/idmap.pp:27
I'm on PE 3.7
Please let me know if I'm not setting something correctly.
Thanks
Joey
The text was updated successfully, but these errors were encountered: