From d4fd4c9150ac774ea426e25f5668162030399bb5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timo=20M=E4kinen?= Date: Thu, 17 Sep 2009 12:04:35 +0300 Subject: [PATCH] Added portmap install to nfs::server. --- nfs/manifests/init.pp | 2 ++ 1 file changed, 2 insertions(+) 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}",