From 076af7d20c9711bff95f03e96190e2f1dc194a74 Mon Sep 17 00:00:00 2001 From: Stephan Eicher Date: Tue, 10 Feb 2026 14:00:44 +0100 Subject: [PATCH] Add information about reinstall puppet-agent-oauth --- openvox/install.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/openvox/install.md b/openvox/install.md index cdb53432..dd5a08b0 100644 --- a/openvox/install.md +++ b/openvox/install.md @@ -158,6 +158,24 @@ package { 'oauth': } ``` +In case you encounter issues like: + +```shell +Error: Could not find a suitable provider for foreman_host +Error: Could not find a suitable provider for foreman_smartproxy +Error: Could not find a suitable provider for foreman_instance_host +Error: Could not find a suitable provider for foreman_smartproxy_host + +puppet resource foreman_host --debug +Debug: Runtime environment: puppet_version=8.24.2, ruby_version=3.2.9, run_mode=user, openssl_version='OpenSSL 3.0.18 30 Sep 2025', openssl_fips=false, default_encoding=UTF-8 +Debug: Found in cache :production +Debug: Could not find library 'oauth' required to enable feature 'oauth' +Debug: Puppet::Type::Foreman_host::ProviderRest_v3: feature oauth is missing +Debug: Puppet::Type::Foreman_host::ProviderRest_v3: feature oauth is missing +``` + +In that situation you might have to reinstall the package `puppet-agent-oauth`. + ----- ## Sponsorship