~ubuntu-branches/ubuntu/wily/puppet/wily-proposed

« back to all changes in this revision

Viewing changes to lib/puppet/provider/package/windows/exe_package.rb

  • Committer: Package Import Robot
  • Author(s): Stig Sandbeck Mathisen
  • Date: 2014-10-24 13:47:15 UTC
  • mfrom: (3.1.64 sid)
  • Revision ID: package-import@ubuntu.com-20141024134715-6ig54u0c4gar36ss
Tags: 3.7.2-1
* Imported upstream release 3.7.2
* Declare compliance with Debian Policy 3.9.6

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
    end
42
42
 
43
43
    def self.install_command(resource)
44
 
      ['cmd.exe', '/c', 'start', '"puppet-install"', '/w', quote(resource[:source])]
 
44
      ['cmd.exe', '/c', 'start', '"puppet-install"', '/w', munge(resource[:source])]
45
45
    end
46
46
 
47
47
    def uninstall_command