Fixed rpc.statd port on Fedora.
This commit is contained in:
parent
94a4e0713a
commit
43b565949b
2 changed files with 8 additions and 3 deletions
|
@ -43,10 +43,10 @@ class nfs::server inherits nfs::client {
|
|||
|
||||
file { "/etc/sysconfig/nfs":
|
||||
ensure => present,
|
||||
source => "puppet:///modules/nfs/nfs.sysconfig",
|
||||
content => template("nfs/nfs.sysconfig.erb"),
|
||||
mode => "0644",
|
||||
owner => root,
|
||||
group => root,
|
||||
owner => "root",
|
||||
group => "root",
|
||||
notify => Service["nfs"],
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue