In Facter all the resolver are under lib/resolvers/ so there is no point in suffing each file with the `resolver`.
All the resolvers should be namespaced to emphasize that they are under resolver hierarchy.
{code:java} Eg: lib/resolvers/aix/architecture_resolver.rb -> Facter::Resolvers::Architecture must became become lib/resolvers/aix/architecture.rb -> Facter::Resolvers::Aix::Architecture {code}