# File lib/puppet/module/tool/skeleton.rb, line 20
    def paths
      @paths ||= [
                  custom_path,
                  default_path
                 ]
    end