Please review pull request #200: (maint) add the win32console gem to windows agents during testing opened by (justinstoller)
Description:
This ensures that the win32console gem is installed on FOSS windows agents to enable colorized output.
- Opened: Sun Apr 29 20:38:33 UTC 2012
- Based on: puppetlabs:master (ba3040c152b1f7e1da5ca424f18abf5294fba885)
- Requested merge: justinstoller:maint/master/add_win32console_gem (bbc8a87b21598c67e1f549d5b4acff61d7a51c85)
Diff follows:
diff --git a/setup/git/10_EnvSetup.rb b/setup/git/10_EnvSetup.rb index e64c01e..0f5f572 100644 --- a/setup/git/10_EnvSetup.rb +++ b/setup/git/10_EnvSetup.rb @@ -1,6 +1,6 @@ test_name "Setup environment" -WINDOWS_GEMS = %w[sys-admin win32-dir win32-eventlog win32-process win32-service win32-taskscheduler] +WINDOWS_GEMS = %w[sys-admin win32console win32-dir win32-eventlog win32-process win32-service win32-taskscheduler] hosts.each do |host| case host['platform']
-- You received this message because you are subscribed to the Google Groups "Puppet Developers" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to [email protected].
For more options, visit this group at http://groups.google.com/group/puppet-dev?hl=en.
