CERIT-SC / puppet-serial_console

Puppet module for system serial console setup
MIT License
1 stars 8 forks source link

Replace File.exists? method with File.exist? #14

Open beherste opened 1 year ago

beherste commented 1 year ago

This PR replaces the File.exists? method with File.exist? for compatibility with Ruby 3.2 and Puppet 8.

File.exists? was deprecated in Ruby 2.2.