Details
Description
ORIGINAL REQUEST
Add a '--trusted' option to 'puppet lookup' so that it can correctly deal with reincarnating trusted data values from store.
UPDATED
We decided that the trusted information should always be resurrected from storage the same way as it was written. This is slightly different than what it does today on 4.x as it changes "authenticated" to "local" when reading it back.
With that in place, there is no need to have a --trusted option to the lookup app. It should always get and use correct trusted information. If we have the flag in the lookup implementation it should be removed.
We also need to change the general logic to no longer change "authenticated" to "local" when reading from storage.