You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 11, 2019. It is now read-only.
I see issue #3 is to fix the service name for centos 7, however it is now broken for < 7. I would recommend a structure like https://github.com/puppetlabs/puppetlabs-java/blob/1.3.0/manifests/params.pp so you can apply version specific service and package names. I wouldn't mind making a pull request. Just let me know that is a structure that looks ok to you.
My current workaround while using your module is to use
class { '::nfs':
...
service => 'nfs'
...
}
There being an easy workaround I would consider this a minor bug.
The text was updated successfully, but these errors were encountered:
I see issue #3 is to fix the service name for centos 7, however it is now broken for < 7. I would recommend a structure like https://github.com/puppetlabs/puppetlabs-java/blob/1.3.0/manifests/params.pp so you can apply version specific service and package names. I wouldn't mind making a pull request. Just let me know that is a structure that looks ok to you.
My current workaround while using your module is to use
There being an easy workaround I would consider this a minor bug.
The text was updated successfully, but these errors were encountered: