Skip to content

Instantly share code, notes, and snippets.

@kleinmann
Last active August 29, 2015 14:13
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 kleinmann/df1fad6e5bf8caa23a69 to your computer and use it in GitHub Desktop.
Save kleinmann/df1fad6e5bf8caa23a69 to your computer and use it in GitHub Desktop.
Getting puppet 3.0.2 to run on Windows 7 (Gemfile for the blog post)
source "http://rubygems.org"
gem "puppet", "~> 3.0.2"
platform :mingw do
gem "sys-admin"
gem "win32-process", "= 0.6.5"
gem "win32-dir", "= 0.3.7"
gem "win32-service"
gem "win32-security"
gem "win32-taskscheduler"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment