Please review pull request #155: (maint) fix windows cfg opened by (justinstoller)
Description:
Previously the windows config would raise a syntax error when loaded by YAML in CI. I believe line endings were the culprit. Opening the file, and re-adding the whitespace fixed this, they now load properly with YAML.load_file
- Opened: Sat Feb 25 20:39:11 UTC 2012
- Based on: puppetlabs:master (f215b0ff9418e0f32d8b0662810b84207e7ff540)
- Requested merge: justinstoller:wrong_line_endings (0e9364ee3b0c626136e4a880161e02b45b4c89f2)
Diff follows:
diff --git a/ci/ci-windows2003-64a.cfg b/ci/ci-windows2003-64a.cfg
index 87aaae4..6768b4d 100644
--- a/ci/ci-windows2003-64a.cfg
+++ b/ci/ci-windows2003-64a.cfg
@@ -1,13 +1,14 @@
HOSTS:
rhel6-32-1:
- roles:
- - master
- - agent
+ roles:
+ - master
+ - agent
platform: el-6-i386
- win2003r2-acceptance:
- roles:
- - agent
- platform: windows-2003r2-64
+ win2003r2-acceptance:
+ roles:
+ - agent
+ platform: windows-2003r2-64
CONFIG:
nfs_server: NONE
consoleport: 443
+
-- 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.
