Added rdoc comments.
This commit is contained in:
parent
27a0bab6e8
commit
1437fc994a
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue