On 6 April 2016 at 10:24, sebb <seb...@gmail.com> wrote: > Seems to be fixed now. > > I've been looking at how we might tell when the last puppet run > finished and its status. > > The file /var/lib/puppet/state/last_run_summary.yaml contains suitable > info and is world-readable but /var/lib/puppet is not (I checked on > PAO) > > So far I've not found an equivalent puppet command that might be > available to the non-privileged http user. > > However I just found > > https://projects.puppetlabs.com/issues/15471 > > which says that the file should be world readable. > > This bug report also implies that the /var/lib/puppet directory should > be world readable. > > It's not readable on PAO - might be worth checking whimsy in case PAO is > wrong.
It's not world-readable on Whimsy-vm2 nor is it on home.a.o. Rats. > On 6 April 2016 at 02:42, Sam Ruby <ru...@intertwingly.net> wrote: >> I pushed the following earlier today... >> >> https://github.com/apache/infrastructure-puppet/commit/ad8176c2f13793a086e9d530623937eb19a0f359 >> >> Checking to see what is wrong. >> >> - Sam Ruby