Skip to content

Commit

Permalink
Merge branch 'master' into puppet8
Browse files Browse the repository at this point in the history
  • Loading branch information
tuxmea committed Jun 10, 2024
2 parents 9a7607c + 3310232 commit 013b898
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions manifests/client.pp
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@
# * Martin Alfke <tuxmea@gmail.com>
#
class nfs::client (
String $ensure = $nfs::ensure,
Boolean $nfs_v4 = $nfs::nfs_v4_client,
String $nfs_v4_mount_root = $nfs::nfs_v4_mount_root,
String $nfs_v4_idmap_domain = $nfs::nfs_v4_idmap_domain,
String $ensure = $nfs::ensure,
Boolean $nfs_v4 = $nfs::nfs_v4_client,
String $nfs_v4_mount_root = $nfs::nfs_v4_mount_root,
String $nfs_v4_idmap_domain = $nfs::nfs_v4_idmap_domain,
) {
# package(s)
class { 'nfs::client::package': }
Expand Down

0 comments on commit 013b898

Please sign in to comment.