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,
|
||||
}
|
||||
|
||||
if $::operatingsystem == "Fedora" {
|
||||
# https://bugzilla.redhat.com/show_bug.cgi?id=692008
|
||||
service { "NetworkManager-wait-online":
|
||||
ensure => stopped,
|
||||
enable => true,
|
||||
}
|
||||
}
|
||||
|
||||
service { "nfslock":
|
||||
name => $operatingsystem ? {
|
||||
"fedora" => "nfs-lock",
|
||||
|
|
Loading…
Add table
Reference in a new issue