Fixed rpc.statd port on Fedora.

This commit is contained in:
Timo Mkinen 2012-06-06 11:59:49 +03:00
parent 94a4e0713a
commit 43b565949b
2 changed files with 8 additions and 3 deletions

View file

@ -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"],
}