Last active
August 29, 2015 14:13
-
-
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)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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