Skip to content

Instantly share code, notes, and snippets.

@mishak87
Last active November 24, 2016 04:18
Show Gist options
  • Save mishak87/6611233 to your computer and use it in GitHub Desktop.
Save mishak87/6611233 to your computer and use it in GitHub Desktop.
Howto install puppet and librarian-puppet on Win 7

Installation

Notes

  • win32-dir 0.4.3 is missing patch for Win 7 (chef/win32-dir#6) and I have no idea when next version will be released therefore I decided to clone and install manually
  • there should be shitload of swear words but yes minitar gem is required
git clone https://github.com/djberg96/win32-dir
cd win32-dir
gem build win32-dir.gemspec
gem install win32-dir-0.4.3.gem
gem install sys-admin win32-security win32-process win32-service win32-taskscheduler
gem install minitar
gem install puppet -v 3.3.0
gem install librarian-puppet
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment