Skip to content
This repository has been archived by the owner on Mar 8, 2023. It is now read-only.

Commit

Permalink
(lint) Align = and remove extra line
Browse files Browse the repository at this point in the history
  • Loading branch information
roidelapluie committed Oct 1, 2015
1 parent debc047 commit 4306690
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion manifests/client/redhat/service.pp
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
}
}


if $::nfs::client::redhat::params::osmajor == 6 or $::nfs::client::redhat::params::osmajor == 7 {
service {'rpcbind':
ensure => running,
Expand Down
4 changes: 2 additions & 2 deletions manifests/server.pp
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@
$nfs_v4_root_export_bindmount = undef,
$nfs_v4_root_export_tag = undef,
#
$mountd_port = undef,
$mountd_threads = 1,
$mountd_port = undef,
$mountd_threads = 1,
#
$exports = undef,
) inherits nfs::params {
Expand Down

0 comments on commit 4306690

Please sign in to comment.