Skip to content

Instantly share code, notes, and snippets.

@KartikTalwar
Created March 3, 2013 22:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save KartikTalwar/5078525 to your computer and use it in GitHub Desktop.
Save KartikTalwar/5078525 to your computer and use it in GitHub Desktop.
package { 'Droplr':
source => 'https://droplr.com/download/mac',
provider => 'compressed_app'
}
package { 'Alfred':
provider => 'compressed_app',
source => 'http://cachefly.alfredapp.com/alfred_1.3.3_267.zip'
}
package { 'Chrome':
provider => 'appdmg',
source => 'https://dl.google.com/chrome/mac/stable/GoogleChrome.dmg',
}
package { 'Crashplan':
source => 'http://download.crashplan.com/installs/mac/install/CrashPlan/CrashPlan_3.4.1_Mac.dmg',
provider => pkgdmg,
}
package { 'Vagrant':
source => 'http://files.vagrantup.com/packages/476b19a9e5f499b5d0b9d4aba5c0b16ebe434311/Vagrant.dmg',
provider => pkgdmg,
}
package { 'GoogleEarth':
provider => 'appdmg',
source => 'http://dl.google.com/earth/client/advanced/current/GoogleEarthMac-Intel.dmg',
}
package { 'Wunderlist':
source => 'http://mac.wunderlist.com/download/wunderlist.dmg',
provider => appdmg,
}
package { 'VirtualBox':
provider => 'pkgdmg',
source => 'http://download.virtualbox.org/virtualbox/4.2.6/VirtualBox-4.2.6-82870-OSX.dmg'
}
package { 'Dropbox':
provider => 'appdmg',
source => 'https://d1ilhw0800yew8.cloudfront.net/client/Dropbox%201.6.17.dmg'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment