Skip to content

Commit

Permalink
fix rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
bschonec committed Jan 14, 2025
1 parent cd68c37 commit 51834b9
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions manifests/server/export.pp
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,12 @@
# Defaults to true.
#
# @example
# class { '::nfs':
# server_enabled => true,
# nfs_v4 => true,
# nfs_v4_export_root => '/share',
# nfs_v4_export_root_clients => '1.2.3.4/24(rw,fsid=root,insecure,no_subtree_check,async,no_root_squash)',
# }
# class { '::nfs':
# server_enabled => true,
# nfs_v4 => true,
# nfs_v4_export_root => '/share',
# nfs_v4_export_root_clients => '1.2.3.4/24(rw,fsid=root,insecure,no_subtree_check,async,no_root_squash)',
# }
#
# nfs::server::export { '/srv/nfs_exported/directory':
# clients => '1.2.3.4/24(rw,insecure,no_subtree_check,async,no_root_squash) 5.6.7.8/24(ro)',
Expand Down

0 comments on commit 51834b9

Please sign in to comment.