Added portmap install to nfs::server.
This commit is contained in:
parent
c1119e4e31
commit
d4fd4c9150
1 changed files with 2 additions and 0 deletions
|
@ -16,6 +16,8 @@ class nfs::client {
|
|||
|
||||
class nfs::server inherits nfs::client {
|
||||
|
||||
include portmap::server
|
||||
|
||||
file { "/etc/exports":
|
||||
ensure => present,
|
||||
source => [ "puppet:///files/nfs/exports.${fqdn}",
|
||||
|
|
Loading…
Add table
Reference in a new issue