# File lib/puppet/provider/package/fink.rb, line 62 62: def run_preseed 63: if response = @resource[:responsefile] and FileTest.exists?(response) 64: self.info("Preseeding %s to debconf-set-selections" % response) 65: 66: preseed response 67: else 68: self.info "No responsefile specified or non existant, not preseeding anything" 69: end 70: end