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

Commit

Permalink
RedHat C&P fail.
Browse files Browse the repository at this point in the history
  • Loading branch information
jkroepke committed Jan 16, 2016
1 parent 10dc478 commit 87e2e01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/server/redhat.pp
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
file_line { 'rpc-mount-options':
ensure => present,
path => '/etc/sysconfig/nfs',
line => "MOUNTD_PORT=${mountd_port} --num-threads ${mountd_threads}",
line => "MOUNTD_PORT=${mountd_port}",
match => '^#?MOUNTD_PORT';
}

Expand Down

0 comments on commit 87e2e01

Please sign in to comment.