class PuppetModule::Pkg::Tasks::RPM
Public Instance Methods
filename_for(mod, author)
click to toggle source
# File lib/puppet_module/pkg/tasks/rpm.rb, line 11 def filename_for(mod, author) "#{pkg_name(mod, author)}-VERSION_ARCH.rpm" end