Project

General

Profile

Statistics
| Branch: | Tag: | Revision:
Name Size
dns.rb 1.32 KB
encoding.rb 231 Bytes
hostname.rb 2.03 KB
noexec 316 Bytes

Latest revisions

# Date Author Comment
bce6e291 05/06/2024 11:43 AM Evgeni Golov

Ensure the system encoding is UTF-8

Checking for C is not sufficient, it could also be ISO-8859 or something
else.

By checking Enconding.locale_charmap we can check one place and have one
way to spell "UTF-8". ENV['LANG'] and ENV['LC_*'] support a variety of...

d3222e5c 04/29/2024 12:47 PM Archana Kumari

Fix Rubocop Style/ConcatArrayLiterals

1402c4b7 03/20/2024 07:38 AM Ewoud Kohl van Wijngaarden

Check if /opt/puppetlabs is mounted noexec

It was reported1 that facter can't be found if puppet is installed on
a filesystem that's mounted noexec.

[1]: https://community.theforeman.org/t/problem-foreman-installer-ruby-spawn-errno-enoent/34332/5

f5b99040 05/10/2022 01:44 PM Eric Helms

Fixes #34883: Show output of facter and hostname during check

1de17d5f 03/23/2021 05:10 PM Eric Helms

Fixes #32180: Unset system proxy and SSL environment variables for the duration of the install

Moves from checking for http proxy and SSL environment variables and
failing if they are present to a model of unsetting them during
the duration of the install run. This does not change them on...

de4be083 01/16/2020 07:03 PM Eric Helms

Fixes #28779: Require English when using CHILD_STATUS

53046291 01/16/2020 01:39 PM Eric Helms

Fixes #28549: Fix all rubocop issues

fc7bc763 07/01/2019 03:27 PM Ian Ballou

Fixes #27197 - check uppercase env vars

3cded20f 03/11/2019 10:31 PM Ewoud Kohl van Wijngaarden

Fixes #25842 - Correct DNS comparisons

DNS labels are case insenstive so regular string comparisons don't
always work. The Resolv::DNS::Name class implements the correct
comparisons.

7d8560bb 12/14/2018 06:08 PM Ewoud Kohl van Wijngaarden

Add checks from katello-installer

View revisions

Also available in: Atom