class PuppetModule::Pkg::Tasks::Deb

Public Instance Methods

filename_for(mod, author) click to toggle source
# File lib/puppet_module/pkg/tasks/deb.rb, line 11
def filename_for(mod, author)
  "#{pkg_name(mod, author)}_VERSION_ARCH.deb"
end