On Thu, Sep 25, 2014 at 7:56 PM, Andrew Bogott <[email protected]> wrote: > Quick summary: > > If you are only a tool labs user, you can ignore this email. > > If you work in a non-tools project and all of your instances are happily > puppetized and talking to the central puppet server, you can probably ignore > this email. > > If you work in a non-tools project and you have a local puppetmaster or use > role::puppet::self, you MUST apply the following patches to your instance, > or you may LOSE ALL ACCESS to your labs instances: > > https://gerrit.wikimedia.org/r/#/c/159740 > https://gerrit.wikimedia.org/r/#/c/162689
Here's what I did to update one host that has role::puppet::self applied: $ cd /var/lib/git/operations/puppet $ sudo git fetch origin $ sudo git rebase origin/production ## verified with git log that Andrew's patches were present locally $ sudo puppet agent --test --verbose ## Could not start Service[puppetmaster] failure messages seen $ sudo service puppetmaster stop $ sudo service puppetmaster start $ sudo puppet agent --test --verbose ## clean puppet run Hope that helps someone. Bryan -- Bryan Davis Wikimedia Foundation <[email protected]> [[m:User:BDavis_(WMF)]] Sr Software Engineer Boise, ID USA irc: bd808 v:415.839.6885 x6855 _______________________________________________ Labs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/labs-l
