diff --git a/nfs/manifests/init.pp b/nfs/manifests/init.pp index 7c53e02..50179f3 100644 --- a/nfs/manifests/init.pp +++ b/nfs/manifests/init.pp @@ -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}",