| I installed puppet using the ubuntu package: puppet-agent (6.19.1-1focal) on KDE Neon 5.20.3 (https://neon.kde.org/download). The facter version shipped with puppet does not recognize the KDE Neon as an ubuntu based distro, which results in errors when using some puppet modules like puppetlabs-docker. Running factor os returns the following: {{/opt/puppetlabs/bin/facter os }} {{{ }} {{ architecture => "amd64", }} {{ distro => { }} {{ codename => "focal", }} {{ description => "KDE neon User Edition 5.20", }} {{ id => "Neon", }} {{ release => { }} {{ full => "bullseye/sid", }} {{ major => "bullseye/sid" }} {{ } }} {{ }, }} {{ family => "Debian", }} {{ hardware => "x86_64", }} {{ name => "Debian", }} {{ release => { }} {{ full => "bullseye/sid", }} {{ major => "bullseye/sid" }} {{ }, }} {{ selinux => { }} {{ enabled => false }} {{ } }} } KDE Neon is in fact based upon Ubuntu focal. |