#4627 Update Freemedia form
Closed: Fixed Opened by frankly3d.

= bug description =

Chaged F20 > F21
Added Workstation, Server. Removed Desktop (Gnome)


Updated the file in puppet in commit 8ef3cb36855764d5e1a0c410dcf76ef952a2496e. It should go live as soon as puppet makes a new run.

I tried a manual run but got an error - probably something I did wrong - (not even sure if I have the perms to request a manual run - probably not):
{{{
[ankursinha@lockbox01 puppet]$ puppet agent -t --pluginsync --server=puppet
info: Creating a new SSL key for lockbox01.phx2.fedoraproject.org
info: Caching certificate for ca
info: Caching certificate for lockbox01.phx2.fedoraproject.org
err: Could not request certificate: The certificate retrieved from the master does not match the agent's private key.
Certificate fingerprint: AC:09:2B:4C:FF:0C:50:1A:89:1F:D8:79:02:CB:E7:8E
To fix this, remove the certificate from both the master and the agent and then start a puppet run, which will automatically regenerate a certficate.
On the master:
puppet cert clean lockbox01.phx2.fedoraproject.org
On the agent:
rm -f /home/fedora/ankursinha/.puppet/ssl/certs/lockbox01.phx2.fedoraproject.org.pem
puppet agent -t
}}}

I'll close the ticket once the new version of the page is up, or if anyone else notices it before me, please close it :)

This file actually moved over to ansible a while back. ;)

I made the same commit over there and pushed out the change. :)

Oh! Lol!

Can I bribe you with a beer to please update the SOP doc? It'll be one less thing for you to manage on a regular basis if I know how to do it :)

Metadata