From 1437fc994ad0cbb2c9774a47d8d78f85c48d1b81 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timo=20M=E4kinen?= Date: Fri, 23 Oct 2009 02:12:47 +0300 Subject: [PATCH] Added rdoc comments. --- nfs/manifests/init.pp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/nfs/manifests/init.pp b/nfs/manifests/init.pp index 50179f3..91a6f76 100644 --- a/nfs/manifests/init.pp +++ b/nfs/manifests/init.pp @@ -1,4 +1,6 @@ +# Install NFS client. +# class nfs::client { package { "nfs-utils": @@ -14,6 +16,9 @@ class nfs::client { } + +# Install and configure NFS server. +# class nfs::server inherits nfs::client { include portmap::server