Actions
Bug #5399
closedsetup.rb --devel misconfigured for smart proxy
Description
% setup.rb --devel --devel-user=thomasmckay fedora19
- User 'thomasmckay' needs to be added to 'puppet' group in order to access puppet certs
- ~thomasmckay/foreman/config/settings.yaml needs the following to allow access to smart proxy at https://fqdn:9090
```
:ssl_certificate: "/etc/pki/katello/certs/katello-ca.crt"
:ssl_ca_file: "/etc/pki/katello/certs/katello-ca.crt"
:ssl_priv_key: "/etc/pki/katello/private/katello-ca.key"
```
Updated by Thomas McKay over 10 years ago
Also, very very important to indicate that the user must logout and then back in before proceeding with running server (rails s) since, at least on f19, the groups do not apply to the currently-logged in user.
Updated by Eric Helms over 10 years ago
- Difficulty set to easy
- Triaged changed from No to Yes
Updated by Eric Helms over 8 years ago
- Status changed from New to Resolved
IF this is still an issue, please re-open
Updated by Eric Helms about 8 years ago
- Translation missing: en.field_release set to 166
Actions