Skip to content

Commit

Permalink
Adjust puppetdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
arioch committed May 24, 2013
1 parent c7c4aa5 commit 7a3d36f
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion manifests/config.pp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# = Class nfs::config
# == Class nfs::config
#
class nfs::config {
File {
Expand Down
12 changes: 6 additions & 6 deletions manifests/export.pp
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# = Define nfs::export
# == Define nfs::export
#
# === Parameters:
#
# $export_directory Define which directory to export.
# $export_directory:: Define which directory to export.
#
# $export_target Define which target to export.
# $export_target:: Define which target to export.
#
# $ensure Default: present.
# $ensure:: Default: present.
#
# $export_options Define export options.
# Default: 'rw,no_root_squash,no_subtree_check'.
# $export_options:: Define export options.
# Default: 'rw,no_root_squash,no_subtree_check'.
#
define nfs::export (
$export_directory,
Expand Down
2 changes: 1 addition & 1 deletion manifests/init.pp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# = Class nfs
# == Class nfs
#
class nfs (
$client = $::nfs::params::client,
Expand Down
2 changes: 1 addition & 1 deletion manifests/install.pp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# = Class nfs::install
# == Class nfs::install
#
class nfs::install {

Expand Down
2 changes: 1 addition & 1 deletion manifests/params.pp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# = Class nfs::params
# == Class nfs::params
#
class nfs::params {

Expand Down
2 changes: 1 addition & 1 deletion manifests/service.pp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# = Class nfs
# == Class nfs
#
class nfs::service {
if $::nfs::server {
Expand Down

0 comments on commit 7a3d36f

Please sign in to comment.