Skip to content

Instantly share code, notes, and snippets.

@MattHodge
Created February 25, 2015 20:26
Show Gist options
  • Save MattHodge/f7f696a5c70e2731af50 to your computer and use it in GitHub Desktop.
Save MattHodge/f7f696a5c70e2731af50 to your computer and use it in GitHub Desktop.
dsc_resource 'get-dsc-resource-kit' do
resource :Archive
property :ensure, 'Present'
property :path, "#{ENV['USERPROFILE']}/Downloads/DSC Resource Kit 03282014.zip"
property :destination, "#{ENV['PROGRAMW6432']}/WindowsPowerShell/Modules"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment