Skip to content

Instantly share code, notes, and snippets.

@haf
Last active December 14, 2015 03:49
Show Gist options
  • Select an option

  • Save haf/5023988 to your computer and use it in GitHub Desktop.

Select an option

Save haf/5023988 to your computer and use it in GitHub Desktop.
Getting Puppet 3.1 working on Windows, Ruby 1.9.3
source "http://rubygems.org"
gem 'puppet', '=3.1.1'
gem 'windows-pr', '=1.2.2'
gem 'windows-api', '=0.4.0'
gem 'win32console', '=1.3.2'
gem 'win32-taskscheduler', '=0.2.2'
gem 'win32-service', '=0.7.2'
gem 'win32-security', '=0.1.4'
gem 'win32-process', '=0.6.5'
gem 'win32-eventlog', '=0.5.3'
gem 'win32-dir', '=0.3.7'
gem 'win32-api', '=1.4.8'
gem 'sys-admin', '=1.5.6'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment