> is it possible to make pkg_add -Dunsigned the default? I have a puppet > setup with 5.5 and some custom built packages that are not yet signed.
That's not going to happen. For your own private use, you will have to use -Dunsigned. An alternative is start creating your own keys and distribute them to your hosts (/etc/signify/keller-55-pkg.pub), then sign your custom packages. You then get key benefits for both distribution and custom packages.

