Change user activation link
I've recently setup the puppet enterprise console. When I add new users, the link sent in the mail points to localhost.localdomain. How can I change the hyperlink information?
In /etc/puppetlabs/console-auth there should be a file config.yml, in that file under authentication: section you will find a key named consoleabsoluteurl:, set the value of URL to your console URL.
For example, if my console is accessible for end users at "https://puppet.domain.com:443" It should look like following:
authentication:
console_absolute_url: https://puppet.domain.com:443
Don't forget to restart httpd.
/etc/init.d/pe-httpd restart
Go to the file located at /etc/puppetlabs/console-auth/config.yml and edit the consoleabsoluteurl attribute. I tested this and it works. Please confirm if this is what you wanted.
Asked: 2014-04-18 09:49:35 -0500
Seen: 234 times
Last updated: Apr 18 '14