Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# 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

ff03034a 01/18/2018 04:24 PM Stephen Benjamin

Fixes #22291 - update DNS check for broken Rubies

Older rubies don't correctly reverse resolve IPv6, causing
a potential issue when a host has a IPv6 forward record.

Copied from katelo-installer issue #22173.

See: http://bugs.ruby-lang.org/issues/12112

35b7ee22 10/31/2017 02:56 PM Chris Roberts

Fixes #8301 - Add forward/reverse dns check

07ddc242 04/21/2017 03:11 AM yu xingchao

Add logic to check executable of facter command

ebb9e95b 05/21/2016 07:33 PM Peter Souter

Slight refactoring of hostname check

  • Add hostnamectl for systemd machines
  • Add note for Debian
  • A few grammar tweaks
b39edbb4 04/18/2016 03:28 AM Dominic Cleal

fixes #14449 - run facter command to check FQDN, support AIO path

ed0e4b97 01/27/2015 06:32 AM Dominic Cleal

Revert "check for 127.0.1.1 in /etc/hosts"

This reverts commit fbec366eb67faac000b6b15938cbd1bfcc2fd52a.

The smart proxy now uses SSL CNs for authorisation, via ticket #7849, so the
reverse DNS now isn't critical for installation.

fbec366e 01/01/2015 01:02 PM Michael Moll

check for 127.0.1.1 in /etc/hosts

7d000cc5 02/18/2014 08:37 AM Dominic Cleal

fixes #4372 - compatibility with Facter 2 API

38ba6d0a 09/11/2013 11:47 AM Marek Hulán

Add own hostname system checker