Skip to content

Commit

Permalink
(puppet-daq) added libreadline.so.7 simlink on RHEL9
Browse files Browse the repository at this point in the history
  • Loading branch information
jgthayer authored and jhoblitt committed Jul 31, 2024
1 parent 59f79f0 commit 1886126
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,12 @@
group => 'root',
target => $readline,
}

file { '/usr/lib64/libreadline.so.7':
ensure => link,
owner => 'root',
group => 'root',
target => $readline,
}
}
}

0 comments on commit 1886126

Please sign in to comment.