Fix static NFS mounts on Fedora during boot.
This commit is contained in:
parent
a935a763b8
commit
4008a12d59
1 changed files with 8 additions and 0 deletions
|
@ -9,6 +9,14 @@ class nfs::client {
|
||||||
ensure => installed,
|
ensure => installed,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if $::operatingsystem == "Fedora" {
|
||||||
|
# https://bugzilla.redhat.com/show_bug.cgi?id=692008
|
||||||
|
service { "NetworkManager-wait-online":
|
||||||
|
ensure => stopped,
|
||||||
|
enable => true,
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
service { "nfslock":
|
service { "nfslock":
|
||||||
name => $operatingsystem ? {
|
name => $operatingsystem ? {
|
||||||
"fedora" => "nfs-lock",
|
"fedora" => "nfs-lock",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue