Hi Molly,
We don't really run an unusual setup: just a regular machine with hostname in local DNS available, no IPv6.
The installed Puppet component versions are as follows:
puppet-agent-7.4.1-1.el7.x86_64
puppet-client-tools-1.2.6-1.el7.x86_64
puppetdb-7.2.0-1.el7.noarch
puppetdb-termini-7.2.0-1.el7.noarch
puppet-release-1.0.0-15.el7.noarch
puppetserver-7.0.3-1.el7.noarch
The requested configuration is as follows:
networking => {
dhcp => "192.168.100.1",
domain => "kntr.xxx.loc",
fqdn => "puppet01.kntr.xxx.loc",
hostname => "puppet01",
...
}
os => {
architecture => "x86_64",
family => "RedHat",
hardware => "x86_64",
name => "CentOS",
release => {
full => "7.9.2009",
major => "7",
minor => "9"
},
selinux => {
enabled => false
}
}
ruby => {
platform => "x86_64-linux",
sitedir => "/opt/puppetlabs/puppet/lib/ruby/site_ruby/2.7.0",
version => "2.7.2"