Skip to content

Commit 076af7d

Browse files
Add information about reinstall puppet-agent-oauth
1 parent 63ed579 commit 076af7d

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

openvox/install.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,24 @@ package { 'oauth':
158158
}
159159
```
160160

161+
In case you encounter issues like:
162+
163+
```shell
164+
Error: Could not find a suitable provider for foreman_host
165+
Error: Could not find a suitable provider for foreman_smartproxy
166+
Error: Could not find a suitable provider for foreman_instance_host
167+
Error: Could not find a suitable provider for foreman_smartproxy_host
168+
169+
puppet resource foreman_host --debug
170+
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
171+
Debug: Found in cache :production
172+
Debug: Could not find library 'oauth' required to enable feature 'oauth'
173+
Debug: Puppet::Type::Foreman_host::ProviderRest_v3: feature oauth is missing
174+
Debug: Puppet::Type::Foreman_host::ProviderRest_v3: feature oauth is missing
175+
```
176+
177+
In that situation you might have to reinstall the package `puppet-agent-oauth`.
178+
161179
-----
162180

163181
## Sponsorship

0 commit comments

Comments
 (0)