You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems that passing in a file source of something like C:\ca.pem will fail but only fails with it { is_expected.to compile }, the actual test of the file resource have no issue.
For now that spec skips compile test for Windows to avoid failures that aren't really failures.
Error:
1) sensu::ssl on windows-2008 R2-x86_64 with default values for all parameters should compile into a catalogue without dependency cycles
Failure/Error: it { should compile }
error during compilation: Parameter source failed on File[sensu_ssl_ca]: Failed to convert 'C:\ProgramData\ca.crt' to URI: bad component(expected absolute path component): C:%5CProgramData%5Cca.crt (file: /home/treydock/git/sensu-puppet/spec/fixtures/modules/sensu/manifests/ssl.pp, line: 26)
# ./spec/classes/ssl_spec.rb:11:in `block (5 levels) in <top (required)>
This is with rspec-puppet 2.7.3
The text was updated successfully, but these errors were encountered:
Still experiencing this with version 2.11.1 from PDK version 2.4.0
error during compilation: Parameter source failed on File[SQLAgentSupportFolder]: Failed to convert 'C:\puppet_enforced\sql\scripts\sqlserver' to URI: bad component(expected absolute path component):
It seems that passing in a file source of something like
C:\ca.pem
will fail but only fails withit { is_expected.to compile }
, the actual test of the file resource have no issue.Source: https://github.com/treydock/sensu-puppet/blob/master/spec/classes/ssl_spec.rb
For now that spec skips compile test for Windows to avoid failures that aren't really failures.
Error:
This is with rspec-puppet 2.7.3
The text was updated successfully, but these errors were encountered: