-
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
Using nfs::idmap on Debian 7, a proposed patch #61
Comments
|
Formatting got my diffs. Here's the base64 of same. LS0tIGlkbWFwLnBwLWJhawkyMDE1LTA4LTEwIDE0OjE5OjUwLjUwNjM0NTY3MCAr LS0tIGluaXQucHAtYmFrCTIwMTUtMDgtMTAgMTQ6Mjk6NDguMjcwMjg0MDkzICsw |
|
Hi @FayeG Could you please submit a pull request of your changes? That way I can see the diff and optionally press the merge button to get your code merged. Here is a guide from GitHub https://guides.github.com/activities/contributing-to-open-source/ Here is a learning resource I help maintain with the actual commands. |
Hi,
I found these patches (against 1.9.0 admittedly but hey) allow me to use idmap on Debian 7. Please could these (or something similar) be folded into the next release?
--- idmap.pp-bak 2015-08-10 14:19:50.506345670 +0100
+++ idmap.pp 2015-08-10 14:29:36.438069675 +0100
@@ -80,6 +80,17 @@
}
case $::osfamily {
'RedHat' : {
@@ -128,9 +139,11 @@
if $pipefs_directory_real != 'UNSET' {
validate_absolute_path($pipefs_directory_real)
}
}
file { 'idmapd_conf':
--- init.pp-bak 2015-08-10 14:29:48.270284093 +0100
+++ init.pp 2015-08-10 14:30:30.857055926 +0100
@@ -119,9 +119,12 @@
$nfs_service_real = $nfs_service
}
}
if $nfs_service_real {
service { 'nfs_service':
The text was updated successfully, but these errors were encountered: