Fixed nfs::server for Fedora.
This commit is contained in:
parent
bf96567880
commit
209c0b2450
1 changed files with 4 additions and 0 deletions
|
@ -51,6 +51,10 @@ class nfs::server inherits nfs::client {
|
||||||
}
|
}
|
||||||
|
|
||||||
service { "nfs":
|
service { "nfs":
|
||||||
|
name => $operatingsystem ? {
|
||||||
|
"fedora" => "nfs-server",
|
||||||
|
default => "nfs",
|
||||||
|
},
|
||||||
ensure => running,
|
ensure => running,
|
||||||
enable => true,
|
enable => true,
|
||||||
hasstatus => true,
|
hasstatus => true,
|
||||||
|
|
Loading…
Add table
Reference in a new issue