Skip to content

Instantly share code, notes, and snippets.

@kohgpat
Created October 25, 2012 15:23
Show Gist options
  • Select an option

  • Save kohgpat/3953314 to your computer and use it in GitHub Desktop.

Select an option

Save kohgpat/3953314 to your computer and use it in GitHub Desktop.
puppet install from exe example
file { 'C:\7z920.exe':
ensure => present,
source => 'C:\Users\user\7z920.exe',
}
exec { 'C:\7z920.exe /S':
creates => 'C:\Program Files (x86)\7-zip\7z.exe',
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment