This message was deleted.
# puppet-enterprise
s
This message was deleted.
c
Looks like
pe_compiling_server_aio_build
was added in 2015.2.1. That's long enough ago that it's probably fine to drop this whole
if
statement. Anyone who needs to upgrade from that situation needs to use older versions of
puppet_agent
and
stdlib
anyway.
b
yes, I dropped it now in my PR
I just don't know how to make the tests pass
c
Puppet::Parser::Functions.newfunction
would create a 3.x function, which I think is shadowed by the Puppet 4 function,.
b
ah dang
I could also mock pe_anchor, but I don't know how