Skip to content

Instantly share code, notes, and snippets.

@jessereynolds
Created September 4, 2015 04:31
Show Gist options
  • Save jessereynolds/e07941ada20b64497b88 to your computer and use it in GitHub Desktop.
Save jessereynolds/e07941ada20b64497b88 to your computer and use it in GitHub Desktop.
/Users/jesse/.rbenv/versions/2.1.2/bin/ruby -I/Users/jesse/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/rspec-core-3.1.7/lib:/Users/jesse/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/rspec-support-3.1.2/lib /Users/jesse/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/rspec-core-3.1.7/exe/rspec --pattern spec/\{classes,defines,unit,functions,hosts,integration\}/\*\*/\*_spec.rb --color
.............F.........................................................................................................FFFF....F.....F..F..F..F..FFFF............FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF.....FFFFFFFFFFFFFFFF.....FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF.
Failures:
1) flapjack::install input validation when the version parameter is not a string should fail
Failure/Error: expect { subject }.to raise_error(Puppet::Error, /false is not a string./)
expected Puppet::Error with message matching /false is not a string./ but nothing was raised
# ./spec/classes/flapjack_install_spec.rb:67:in `block (5 levels) in <top (required)>'
2) flapjack::redis input validation when the redis_omnibus parameter is not an boolean should fail
Failure/Error: expect { subject }.to raise_error(Puppet::Error, /"BOGON" is not a boolean. It looks to be a String/)
expected Puppet::Error with message matching /"BOGON" is not a boolean. It looks to be a String/ but nothing was raised
# ./spec/classes/flapjack_redis_spec.rb:30:in `block (5 levels) in <top (required)>'
3) flapjack::redis input validation when the redis_port parameter is not a string should fail
Failure/Error: expect { subject }.to raise_error(Puppet::Error, /false is not a string./)
expected Puppet::Error with message matching /false is not a string./ but nothing was raised
# ./spec/classes/flapjack_redis_spec.rb:69:in `block (5 levels) in <top (required)>'
4) flapjack::redis input validation when the redis_server parameter is not a string should fail
Failure/Error: expect { subject }.to raise_error(Puppet::Error, /false is not a string./)
expected Puppet::Error with message matching /false is not a string./ but nothing was raised
# ./spec/classes/flapjack_redis_spec.rb:69:in `block (5 levels) in <top (required)>'
5) flapjack::redis input validation when the redis_bind_addresses parameter is not an array or string should fail
Failure/Error: expect { subject }.to raise_error(Puppet::Error, /false is not a string/)
expected Puppet::Error with message matching /false is not a string/ but nothing was raised
# ./spec/classes/flapjack_redis_spec.rb:86:in `block (4 levels) in <top (required)>'
6) flapjack::repo input validation when the enable_repo parameter is not an boolean should fail
Failure/Error: expect { subject }.to raise_error(Puppet::Error, /"BOGON" is not a boolean. It looks to be a String/)
expected Puppet::Error with message matching /"BOGON" is not a boolean. It looks to be a String/ but nothing was raised
# ./spec/classes/flapjack_repo_spec.rb:30:in `block (5 levels) in <top (required)>'
7) flapjack::service::flapjack input validation when the service_enabled parameter is not an boolean should fail
Failure/Error: expect { subject }.to raise_error(Puppet::Error, /"BOGON" is not a boolean. It looks to be a String/)
expected Puppet::Error with message matching /"BOGON" is not a boolean. It looks to be a String/ but nothing was raised
# ./spec/classes/flapjack_service_flapjack_spec.rb:30:in `block (5 levels) in <top (required)>'
8) flapjack::service::flapper input validation when the flapper_enabled parameter is not an boolean should fail
Failure/Error: expect { subject }.to raise_error(Puppet::Error, /"BOGON" is not a boolean. It looks to be a String/)
expected Puppet::Error with message matching /"BOGON" is not a boolean. It looks to be a String/ but nothing was raised
# ./spec/classes/flapjack_service_flapper_spec.rb:30:in `block (5 levels) in <top (required)>'
9) flapjack::service::nagios_receiver input validation when the nagios_receiver parameter is not an boolean should fail
Failure/Error: expect { subject }.to raise_error(Puppet::Error, /"BOGON" is not a boolean. It looks to be a String/)
expected Puppet::Error with message matching /"BOGON" is not a boolean. It looks to be a String/ but nothing was raised
# ./spec/classes/flapjack_service_nagios_receiver_spec.rb:30:in `block (5 levels) in <top (required)>'
10) flapjack::service::redis input validation when the redis_omnibus parameter is not an boolean should fail
Failure/Error: expect { subject }.to raise_error(Puppet::Error, /"BOGON" is not a boolean. It looks to be a String/)
expected Puppet::Error with message matching /"BOGON" is not a boolean. It looks to be a String/ but nothing was raised
# ./spec/classes/flapjack_service_redis_spec.rb:30:in `block (5 levels) in <top (required)>'
11) flapjack::service input validation when the flapper_enabled parameter is not an boolean should fail
Failure/Error: expect { subject }.to raise_error(Puppet::Error, /"BOGON" is not a boolean. It looks to be a String/)
expected Puppet::Error with message matching /"BOGON" is not a boolean. It looks to be a String/ but nothing was raised
# ./spec/classes/flapjack_service_spec.rb:35:in `block (5 levels) in <top (required)>'
12) flapjack::service input validation when the nagios_receiver parameter is not an boolean should fail
Failure/Error: expect { subject }.to raise_error(Puppet::Error, /"BOGON" is not a boolean. It looks to be a String/)
expected Puppet::Error with message matching /"BOGON" is not a boolean. It looks to be a String/ but nothing was raised
# ./spec/classes/flapjack_service_spec.rb:35:in `block (5 levels) in <top (required)>'
13) flapjack::service input validation when the redis_omnibus parameter is not an boolean should fail
Failure/Error: expect { subject }.to raise_error(Puppet::Error, /"BOGON" is not a boolean. It looks to be a String/)
expected Puppet::Error with message matching /"BOGON" is not a boolean. It looks to be a String/ but nothing was raised
# ./spec/classes/flapjack_service_spec.rb:35:in `block (5 levels) in <top (required)>'
14) flapjack::service input validation when the service_enabled parameter is not an boolean should fail
Failure/Error: expect { subject }.to raise_error(Puppet::Error, /"BOGON" is not a boolean. It looks to be a String/)
expected Puppet::Error with message matching /"BOGON" is not a boolean. It looks to be a String/ but nothing was raised
# ./spec/classes/flapjack_service_spec.rb:35:in `block (5 levels) in <top (required)>'
15) flapjack input validation when the prd_pid_dir parameter is not an absolute path should fail
Failure/Error: expect { subject }.to raise_error(Puppet::Error, /"foo" is not an absolute path/)
expected Puppet::Error with message matching /"foo" is not an absolute path/ but nothing was raised
# ./spec/classes/flapjack_spec.rb:13:in `block (5 levels) in <top (required)>'
16) flapjack input validation when the prd_log_dir parameter is not an absolute path should fail
Failure/Error: expect { subject }.to raise_error(Puppet::Error, /"foo" is not an absolute path/)
expected Puppet::Error with message matching /"foo" is not an absolute path/ but nothing was raised
# ./spec/classes/flapjack_spec.rb:13:in `block (5 levels) in <top (required)>'
17) flapjack input validation when the feeder_enabled parameter is not an boolean should fail
Failure/Error: expect { subject }.to raise_error(Puppet::Error, /"BOGON" is not a boolean. It looks to be a String/)
expected Puppet::Error with message matching /"BOGON" is not a boolean. It looks to be a String/ but nothing was raised
# ./spec/classes/flapjack_spec.rb:51:in `block (5 levels) in <top (required)>'
18) flapjack input validation when the flapper_enabled parameter is not an boolean should fail
Failure/Error: expect { subject }.to raise_error(Puppet::Error, /"BOGON" is not a boolean. It looks to be a String/)
expected Puppet::Error with message matching /"BOGON" is not a boolean. It looks to be a String/ but nothing was raised
# ./spec/classes/flapjack_spec.rb:51:in `block (5 levels) in <top (required)>'
19) flapjack input validation when the manage_repo parameter is not an boolean should fail
Failure/Error: expect { subject }.to raise_error(Puppet::Error, /"BOGON" is not a boolean. It looks to be a String/)
expected Puppet::Error with message matching /"BOGON" is not a boolean. It looks to be a String/ but nothing was raised
# ./spec/classes/flapjack_spec.rb:51:in `block (5 levels) in <top (required)>'
20) flapjack input validation when the nagios_receiver parameter is not an boolean should fail
Failure/Error: expect { subject }.to raise_error(Puppet::Error, /"BOGON" is not a boolean. It looks to be a String/)
expected Puppet::Error with message matching /"BOGON" is not a boolean. It looks to be a String/ but nothing was raised
# ./spec/classes/flapjack_spec.rb:51:in `block (5 levels) in <top (required)>'
21) flapjack input validation when the prd_gw_email_enabled parameter is not an boolean should fail
Failure/Error: expect { subject }.to raise_error(Puppet::Error, /"BOGON" is not a boolean. It looks to be a String/)
expected Puppet::Error with message matching /"BOGON" is not a boolean. It looks to be a String/ but nothing was raised
# ./spec/classes/flapjack_spec.rb:51:in `block (5 levels) in <top (required)>'
22) flapjack input validation when the prd_gw_jabber_enabled parameter is not an boolean should fail
Failure/Error: expect { subject }.to raise_error(Puppet::Error, /"BOGON" is not a boolean. It looks to be a String/)
expected Puppet::Error with message matching /"BOGON" is not a boolean. It looks to be a String/ but nothing was raised
# ./spec/classes/flapjack_spec.rb:51:in `block (5 levels) in <top (required)>'
23) flapjack input validation when the prd_gw_pagerduty_enabled parameter is not an boolean should fail
Failure/Error: expect { subject }.to raise_error(Puppet::Error, /"BOGON" is not a boolean. It looks to be a String/)
expected Puppet::Error with message matching /"BOGON" is not a boolean. It looks to be a String/ but nothing was raised
# ./spec/classes/flapjack_spec.rb:51:in `block (5 levels) in <top (required)>'
24) flapjack input validation when the prd_gw_sms_enabled parameter is not an boolean should fail
Failure/Error: expect { subject }.to raise_error(Puppet::Error, /"BOGON" is not a boolean. It looks to be a String/)
expected Puppet::Error with message matching /"BOGON" is not a boolean. It looks to be a String/ but nothing was raised
# ./spec/classes/flapjack_spec.rb:51:in `block (5 levels) in <top (required)>'
25) flapjack input validation when the prd_gw_sns_enabled parameter is not an boolean should fail
Failure/Error: expect { subject }.to raise_error(Puppet::Error, /"BOGON" is not a boolean. It looks to be a String/)
expected Puppet::Error with message matching /"BOGON" is not a boolean. It looks to be a String/ but nothing was raised
# ./spec/classes/flapjack_spec.rb:51:in `block (5 levels) in <top (required)>'
26) flapjack input validation when the prd_json_api_enabled parameter is not an boolean should fail
Failure/Error: expect { subject }.to raise_error(Puppet::Error, /"BOGON" is not a boolean. It looks to be a String/)
expected Puppet::Error with message matching /"BOGON" is not a boolean. It looks to be a String/ but nothing was raised
# ./spec/classes/flapjack_spec.rb:51:in `block (5 levels) in <top (required)>'
27) flapjack input validation when the prd_notifer_enabled parameter is not an boolean should fail
Failure/Error: expect { subject }.to raise_error(Puppet::Error, /"BOGON" is not a boolean. It looks to be a String/)
expected Puppet::Error with message matching /"BOGON" is not a boolean. It looks to be a String/ but nothing was raised
# ./spec/classes/flapjack_spec.rb:51:in `block (5 levels) in <top (required)>'
28) flapjack input validation when the prd_notifier_logger_syslog_errors parameter is not an boolean should fail
Failure/Error: expect { subject }.to raise_error(Puppet::Error, /"BOGON" is not a boolean. It looks to be a String/)
expected Puppet::Error with message matching /"BOGON" is not a boolean. It looks to be a String/ but nothing was raised
# ./spec/classes/flapjack_spec.rb:51:in `block (5 levels) in <top (required)>'
29) flapjack input validation when the prd_oobetet_enabled parameter is not an boolean should fail
Failure/Error: expect { subject }.to raise_error(Puppet::Error, /"BOGON" is not a boolean. It looks to be a String/)
expected Puppet::Error with message matching /"BOGON" is not a boolean. It looks to be a String/ but nothing was raised
# ./spec/classes/flapjack_spec.rb:51:in `block (5 levels) in <top (required)>'
30) flapjack input validation when the prd_processor_archive_events parameter is not an boolean should fail
Failure/Error: expect { subject }.to raise_error(Puppet::Error, /"BOGON" is not a boolean. It looks to be a String/)
expected Puppet::Error with message matching /"BOGON" is not a boolean. It looks to be a String/ but nothing was raised
# ./spec/classes/flapjack_spec.rb:51:in `block (5 levels) in <top (required)>'
31) flapjack input validation when the prd_processor_enabled parameter is not an boolean should fail
Failure/Error: expect { subject }.to raise_error(Puppet::Error, /"BOGON" is not a boolean. It looks to be a String/)
expected Puppet::Error with message matching /"BOGON" is not a boolean. It looks to be a String/ but nothing was raised
# ./spec/classes/flapjack_spec.rb:51:in `block (5 levels) in <top (required)>'
32) flapjack input validation when the prd_processor_logger_syslog_errors parameter is not an boolean should fail
Failure/Error: expect { subject }.to raise_error(Puppet::Error, /"BOGON" is not a boolean. It looks to be a String/)
expected Puppet::Error with message matching /"BOGON" is not a boolean. It looks to be a String/ but nothing was raised
# ./spec/classes/flapjack_spec.rb:51:in `block (5 levels) in <top (required)>'
33) flapjack input validation when the prd_web_ui_enabled parameter is not an boolean should fail
Failure/Error: expect { subject }.to raise_error(Puppet::Error, /"BOGON" is not a boolean. It looks to be a String/)
expected Puppet::Error with message matching /"BOGON" is not a boolean. It looks to be a String/ but nothing was raised
# ./spec/classes/flapjack_spec.rb:51:in `block (5 levels) in <top (required)>'
34) flapjack input validation when the redis_omnibus parameter is not an boolean should fail
Failure/Error: expect { subject }.to raise_error(Puppet::Error, /"BOGON" is not a boolean. It looks to be a String/)
expected Puppet::Error with message matching /"BOGON" is not a boolean. It looks to be a String/ but nothing was raised
# ./spec/classes/flapjack_spec.rb:51:in `block (5 levels) in <top (required)>'
35) flapjack input validation when the service_enabled parameter is not an boolean should fail
Failure/Error: expect { subject }.to raise_error(Puppet::Error, /"BOGON" is not a boolean. It looks to be a String/)
expected Puppet::Error with message matching /"BOGON" is not a boolean. It looks to be a String/ but nothing was raised
# ./spec/classes/flapjack_spec.rb:51:in `block (5 levels) in <top (required)>'
36) flapjack input validation when the prd_logger_level parameter is not a string should fail
Failure/Error: expect { subject }.to raise_error(Puppet::Error, /false is not a string./)
expected Puppet::Error with message matching /false is not a string./ but nothing was raised
# ./spec/classes/flapjack_spec.rb:106:in `block (5 levels) in <top (required)>'
37) flapjack input validation when the prd_notification_log parameter is not a string should fail
Failure/Error: expect { subject }.to raise_error(Puppet::Error, /false is not a string./)
expected Puppet::Error with message matching /false is not a string./ but nothing was raised
# ./spec/classes/flapjack_spec.rb:106:in `block (5 levels) in <top (required)>'
38) flapjack input validation when the prd_notifier_logger_level parameter is not a string should fail
Failure/Error: expect { subject }.to raise_error(Puppet::Error, /false is not a string./)
expected Puppet::Error with message matching /false is not a string./ but nothing was raised
# ./spec/classes/flapjack_spec.rb:106:in `block (5 levels) in <top (required)>'
39) flapjack input validation when the prd_processor_events_archive_maxage parameter is not a string should fail
Failure/Error: expect { subject }.to raise_error(Puppet::Error, /false is not a string./)
expected Puppet::Error with message matching /false is not a string./ but nothing was raised
# ./spec/classes/flapjack_spec.rb:106:in `block (5 levels) in <top (required)>'
40) flapjack input validation when the prd_processor_logger_level parameter is not a string should fail
Failure/Error: expect { subject }.to raise_error(Puppet::Error, /false is not a string./)
expected Puppet::Error with message matching /false is not a string./ but nothing was raised
# ./spec/classes/flapjack_spec.rb:106:in `block (5 levels) in <top (required)>'
41) flapjack input validation when the prd_processor_new_check_scheduled_maintenance_duration parameter is not a string should fail
Failure/Error: expect { subject }.to raise_error(Puppet::Error, /false is not a string./)
expected Puppet::Error with message matching /false is not a string./ but nothing was raised
# ./spec/classes/flapjack_spec.rb:106:in `block (5 levels) in <top (required)>'
42) flapjack input validation when the prd_queue_email parameter is not a string should fail
Failure/Error: expect { subject }.to raise_error(Puppet::Error, /false is not a string./)
expected Puppet::Error with message matching /false is not a string./ but nothing was raised
# ./spec/classes/flapjack_spec.rb:106:in `block (5 levels) in <top (required)>'
43) flapjack input validation when the prd_queue_jabber parameter is not a string should fail
Failure/Error: expect { subject }.to raise_error(Puppet::Error, /false is not a string./)
expected Puppet::Error with message matching /false is not a string./ but nothing was raised
# ./spec/classes/flapjack_spec.rb:106:in `block (5 levels) in <top (required)>'
44) flapjack input validation when the prd_queue_notifier parameter is not a string should fail
Failure/Error: expect { subject }.to raise_error(Puppet::Error, /false is not a string./)
expected Puppet::Error with message matching /false is not a string./ but nothing was raised
# ./spec/classes/flapjack_spec.rb:106:in `block (5 levels) in <top (required)>'
45) flapjack input validation when the prd_queue_pagerduty parameter is not a string should fail
Failure/Error: expect { subject }.to raise_error(Puppet::Error, /false is not a string./)
expected Puppet::Error with message matching /false is not a string./ but nothing was raised
# ./spec/classes/flapjack_spec.rb:106:in `block (5 levels) in <top (required)>'
46) flapjack input validation when the prd_queue_processor parameter is not a string should fail
Failure/Error: expect { subject }.to raise_error(Puppet::Error, /false is not a string./)
expected Puppet::Error with message matching /false is not a string./ but nothing was raised
# ./spec/classes/flapjack_spec.rb:106:in `block (5 levels) in <top (required)>'
47) flapjack input validation when the prd_queue_sms parameter is not a string should fail
Failure/Error: expect { subject }.to raise_error(Puppet::Error, /false is not a string./)
expected Puppet::Error with message matching /false is not a string./ but nothing was raised
# ./spec/classes/flapjack_spec.rb:106:in `block (5 levels) in <top (required)>'
48) flapjack input validation when the prd_queue_sns parameter is not a string should fail
Failure/Error: expect { subject }.to raise_error(Puppet::Error, /false is not a string./)
expected Puppet::Error with message matching /false is not a string./ but nothing was raised
# ./spec/classes/flapjack_spec.rb:106:in `block (5 levels) in <top (required)>'
49) flapjack input validation when the redis_db parameter is not a string should fail
Failure/Error: expect { subject }.to raise_error(Puppet::Error, /false is not a string./)
expected Puppet::Error with message matching /false is not a string./ but nothing was raised
# ./spec/classes/flapjack_spec.rb:106:in `block (5 levels) in <top (required)>'
50) flapjack input validation when the redis_port parameter is not a string should fail
Failure/Error: expect { subject }.to raise_error(Puppet::Error, /false is not a string./)
expected Puppet::Error with message matching /false is not a string./ but nothing was raised
# ./spec/classes/flapjack_spec.rb:106:in `block (5 levels) in <top (required)>'
51) flapjack input validation when the redis_server parameter is not a string should fail
Failure/Error: expect { subject }.to raise_error(Puppet::Error, /false is not a string./)
expected Puppet::Error with message matching /false is not a string./ but nothing was raised
# ./spec/classes/flapjack_spec.rb:106:in `block (5 levels) in <top (required)>'
52) flapjack input validation when the server_name parameter is not a string should fail
Failure/Error: expect { subject }.to raise_error(Puppet::Error, /false is not a string./)
expected Puppet::Error with message matching /false is not a string./ but nothing was raised
# ./spec/classes/flapjack_spec.rb:106:in `block (5 levels) in <top (required)>'
53) flapjack input validation when the version parameter is not a string should fail
Failure/Error: expect { subject }.to raise_error(Puppet::Error, /false is not a string./)
expected Puppet::Error with message matching /false is not a string./ but nothing was raised
# ./spec/classes/flapjack_spec.rb:106:in `block (5 levels) in <top (required)>'
54) flapjack When on a Debian system when prd_gw_email_enabled is true and the prd_gw_email_smtp_starttls parameter is not an boolean should fail
Failure/Error: expect { subject }.to raise_error(Puppet::Error, /"BOGON" is not a boolean. It looks to be a String/)
expected Puppet::Error with message matching /"BOGON" is not a boolean. It looks to be a String/ but nothing was raised
# ./spec/classes/flapjack_spec.rb:139:in `block (6 levels) in <top (required)>'
55) flapjack When on a Debian system when prd_gw_email_enabled is true and the prd_gw_email_logger_syslog_errors parameter is not an boolean should fail
Failure/Error: expect { subject }.to raise_error(Puppet::Error, /"BOGON" is not a boolean. It looks to be a String/)
expected Puppet::Error with message matching /"BOGON" is not a boolean. It looks to be a String/ but nothing was raised
# ./spec/classes/flapjack_spec.rb:139:in `block (6 levels) in <top (required)>'
56) flapjack When on a Debian system when prd_gw_email_enabled is true and the prd_gw_email_smtp_from parameter is not a string should fail
Failure/Error: expect { subject }.to raise_error(Puppet::Error, /false is not a string./)
expected Puppet::Error with message matching /false is not a string./ but nothing was raised
# ./spec/classes/flapjack_spec.rb:156:in `block (6 levels) in <top (required)>'
57) flapjack When on a Debian system when prd_gw_email_enabled is true and the prd_gw_email_smtp_reply_to parameter is not a string should fail
Failure/Error: expect { subject }.to raise_error(Puppet::Error, /false is not a string./)
expected Puppet::Error with message matching /false is not a string./ but nothing was raised
# ./spec/classes/flapjack_spec.rb:156:in `block (6 levels) in <top (required)>'
58) flapjack When on a Debian system when prd_gw_email_enabled is true and the prd_gw_email_smtp_host parameter is not a string should fail
Failure/Error: expect { subject }.to raise_error(Puppet::Error, /false is not a string./)
expected Puppet::Error with message matching /false is not a string./ but nothing was raised
# ./spec/classes/flapjack_spec.rb:156:in `block (6 levels) in <top (required)>'
59) flapjack When on a Debian system when prd_gw_email_enabled is true and the prd_gw_email_smtp_port parameter is not a string should fail
Failure/Error: expect { subject }.to raise_error(Puppet::Error, /false is not a string./)
expected Puppet::Error with message matching /false is not a string./ but nothing was raised
# ./spec/classes/flapjack_spec.rb:156:in `block (6 levels) in <top (required)>'
60) flapjack When on a Debian system when prd_gw_email_enabled is true and the prd_gw_email_smtp_auth_type parameter is not a string should fail
Failure/Error: expect { subject }.to raise_error(Puppet::Error, /false is not a string./)
expected Puppet::Error with message matching /false is not a string./ but nothing was raised
# ./spec/classes/flapjack_spec.rb:156:in `block (6 levels) in <top (required)>'
61) flapjack When on a Debian system when prd_gw_email_enabled is true and the prd_gw_email_smtp_auth_username parameter is not a string should fail
Failure/Error: expect { subject }.to raise_error(Puppet::Error, /false is not a string./)
expected Puppet::Error with message matching /false is not a string./ but nothing was raised
# ./spec/classes/flapjack_spec.rb:156:in `block (6 levels) in <top (required)>'
62) flapjack When on a Debian system when prd_gw_email_enabled is true and the prd_gw_email_smtp_auth_password parameter is not a string should fail
Failure/Error: expect { subject }.to raise_error(Puppet::Error, /false is not a string./)
expected Puppet::Error with message matching /false is not a string./ but nothing was raised
# ./spec/classes/flapjack_spec.rb:156:in `block (6 levels) in <top (required)>'
63) flapjack When on a Debian system when prd_gw_email_enabled is true and the prd_gw_email_logger_level parameter is not a string should fail
Failure/Error: expect { subject }.to raise_error(Puppet::Error, /false is not a string./)
expected Puppet::Error with message matching /false is not a string./ but nothing was raised
# ./spec/classes/flapjack_spec.rb:156:in `block (6 levels) in <top (required)>'
64) flapjack When on a Debian system when prd_gw_email_enabled is true when the prd_email_alert_html_path parameter is not a valid file path should fail
Failure/Error: expect { subject }.to raise_error(Puppet::Error, /"foo" is not an absolute path/)
expected Puppet::Error with message matching /"foo" is not an absolute path/ but nothing was raised
# ./spec/classes/flapjack_spec.rb:171:in `block (6 levels) in <top (required)>'
65) flapjack When on a Debian system when prd_gw_email_enabled is true when the prd_email_alert_subject_path parameter is not a valid file path should fail
Failure/Error: expect { subject }.to raise_error(Puppet::Error, /"foo" is not an absolute path/)
expected Puppet::Error with message matching /"foo" is not an absolute path/ but nothing was raised
# ./spec/classes/flapjack_spec.rb:171:in `block (6 levels) in <top (required)>'
66) flapjack When on a Debian system when prd_gw_email_enabled is true when the prd_email_alert_text_path parameter is not a valid file path should fail
Failure/Error: expect { subject }.to raise_error(Puppet::Error, /"foo" is not an absolute path/)
expected Puppet::Error with message matching /"foo" is not an absolute path/ but nothing was raised
# ./spec/classes/flapjack_spec.rb:171:in `block (6 levels) in <top (required)>'
67) flapjack When on a Debian system when prd_gw_email_enabled is true when the prd_email_rollup_html_path parameter is not a valid file path should fail
Failure/Error: expect { subject }.to raise_error(Puppet::Error, /"foo" is not an absolute path/)
expected Puppet::Error with message matching /"foo" is not an absolute path/ but nothing was raised
# ./spec/classes/flapjack_spec.rb:171:in `block (6 levels) in <top (required)>'
68) flapjack When on a Debian system when prd_gw_email_enabled is true when the prd_email_rollup_subject_path parameter is not a valid file path should fail
Failure/Error: expect { subject }.to raise_error(Puppet::Error, /"foo" is not an absolute path/)
expected Puppet::Error with message matching /"foo" is not an absolute path/ but nothing was raised
# ./spec/classes/flapjack_spec.rb:171:in `block (6 levels) in <top (required)>'
69) flapjack When on a Debian system when prd_gw_email_enabled is true when the prd_email_rollup_text_path parameter is not a valid file path should fail
Failure/Error: expect { subject }.to raise_error(Puppet::Error, /"foo" is not an absolute path/)
expected Puppet::Error with message matching /"foo" is not an absolute path/ but nothing was raised
# ./spec/classes/flapjack_spec.rb:171:in `block (6 levels) in <top (required)>'
70) flapjack When on a Debian system when prd_gw_jabber_enabled is true when the prd_gw_jabber_identifiers parameter is not an array should fail
Failure/Error: expect { subject }.to raise_error(Puppet::Error, /is not an Array./)
expected Puppet::Error with message matching /is not an Array./ but nothing was raised
# ./spec/classes/flapjack_spec.rb:204:in `block (6 levels) in <top (required)>'
71) flapjack When on a Debian system when prd_gw_jabber_enabled is true when the prd_gw_jabber_rooms parameter is not an array should fail
Failure/Error: expect { subject }.to raise_error(Puppet::Error, /is not an Array./)
expected Puppet::Error with message matching /is not an Array./ but nothing was raised
# ./spec/classes/flapjack_spec.rb:204:in `block (6 levels) in <top (required)>'
72) flapjack When on a Debian system when prd_gw_jabber_enabled is true and the prd_gw_jabber_logger_syslog_errors parameter is not an boolean should fail
Failure/Error: expect { subject }.to raise_error(Puppet::Error, /"BOGON" is not a boolean. It looks to be a String/)
expected Puppet::Error with message matching /"BOGON" is not a boolean. It looks to be a String/ but nothing was raised
# ./spec/classes/flapjack_spec.rb:214:in `block (6 levels) in <top (required)>'
73) flapjack When on a Debian system when prd_gw_jabber_enabled is true and the prd_gw_jabber_server parameter is not a string should fail
Failure/Error: expect { subject }.to raise_error(Puppet::Error, /false is not a string./)
expected Puppet::Error with message matching /false is not a string./ but nothing was raised
# ./spec/classes/flapjack_spec.rb:229:in `block (6 levels) in <top (required)>'
74) flapjack When on a Debian system when prd_gw_jabber_enabled is true and the prd_gw_jabber_port parameter is not a string should fail
Failure/Error: expect { subject }.to raise_error(Puppet::Error, /false is not a string./)
expected Puppet::Error with message matching /false is not a string./ but nothing was raised
# ./spec/classes/flapjack_spec.rb:229:in `block (6 levels) in <top (required)>'
75) flapjack When on a Debian system when prd_gw_jabber_enabled is true and the prd_gw_jabber_jabberid parameter is not a string should fail
Failure/Error: expect { subject }.to raise_error(Puppet::Error, /false is not a string./)
expected Puppet::Error with message matching /false is not a string./ but nothing was raised
# ./spec/classes/flapjack_spec.rb:229:in `block (6 levels) in <top (required)>'
76) flapjack When on a Debian system when prd_gw_jabber_enabled is true and the prd_gw_jabber_password parameter is not a string should fail
Failure/Error: expect { subject }.to raise_error(Puppet::Error, /false is not a string./)
expected Puppet::Error with message matching /false is not a string./ but nothing was raised
# ./spec/classes/flapjack_spec.rb:229:in `block (6 levels) in <top (required)>'
77) flapjack When on a Debian system when prd_gw_jabber_enabled is true and the prd_gw_jabber_alias parameter is not a string should fail
Failure/Error: expect { subject }.to raise_error(Puppet::Error, /false is not a string./)
expected Puppet::Error with message matching /false is not a string./ but nothing was raised
# ./spec/classes/flapjack_spec.rb:229:in `block (6 levels) in <top (required)>'
78) flapjack When on a Debian system when prd_gw_jabber_enabled is true and the prd_gw_jabber_logger_level parameter is not a string should fail
Failure/Error: expect { subject }.to raise_error(Puppet::Error, /false is not a string./)
expected Puppet::Error with message matching /false is not a string./ but nothing was raised
# ./spec/classes/flapjack_spec.rb:229:in `block (6 levels) in <top (required)>'
79) flapjack When on a Debian system when prd_gw_sms_enabled is true and the prd_gw_sms_endpoint parameter is not a string should fail
Failure/Error: expect { subject }.to raise_error(Puppet::Error, /false is not a string./)
expected Puppet::Error with message matching /false is not a string./ but nothing was raised
# ./spec/classes/flapjack_spec.rb:244:in `block (6 levels) in <top (required)>'
80) flapjack When on a Debian system when prd_gw_sms_enabled is true and the prd_gw_sms_username parameter is not a string should fail
Failure/Error: expect { subject }.to raise_error(Puppet::Error, /false is not a string./)
expected Puppet::Error with message matching /false is not a string./ but nothing was raised
# ./spec/classes/flapjack_spec.rb:244:in `block (6 levels) in <top (required)>'
81) flapjack When on a Debian system when prd_gw_sms_enabled is true and the prd_gw_sms_password parameter is not a string should fail
Failure/Error: expect { subject }.to raise_error(Puppet::Error, /false is not a string./)
expected Puppet::Error with message matching /false is not a string./ but nothing was raised
# ./spec/classes/flapjack_spec.rb:244:in `block (6 levels) in <top (required)>'
82) flapjack When on a Debian system when prd_gw_sms_enabled is true and the prd_gw_sms_logger_level parameter is not a string should fail
Failure/Error: expect { subject }.to raise_error(Puppet::Error, /false is not a string./)
expected Puppet::Error with message matching /false is not a string./ but nothing was raised
# ./spec/classes/flapjack_spec.rb:244:in `block (6 levels) in <top (required)>'
83) flapjack When on a Debian system when prd_gw_sms_enabled is true and the prd_gw_sms_logger_syslog_errors parameter is not an boolean should fail
Failure/Error: expect { subject }.to raise_error(Puppet::Error, /"BOGON" is not a boolean. It looks to be a String/)
expected Puppet::Error with message matching /"BOGON" is not a boolean. It looks to be a String/ but nothing was raised
# ./spec/classes/flapjack_spec.rb:254:in `block (6 levels) in <top (required)>'
84) flapjack When on a Debian system when prd_gw_sns_enabled is true and the prd_gw_sns_region_name parameter is not a string should fail
Failure/Error: expect { subject }.to raise_error(Puppet::Error, /false is not a string./)
expected Puppet::Error with message matching /false is not a string./ but nothing was raised
# ./spec/classes/flapjack_spec.rb:269:in `block (6 levels) in <top (required)>'
85) flapjack When on a Debian system when prd_gw_sns_enabled is true and the prd_gw_sns_access_key parameter is not a string should fail
Failure/Error: expect { subject }.to raise_error(Puppet::Error, /false is not a string./)
expected Puppet::Error with message matching /false is not a string./ but nothing was raised
# ./spec/classes/flapjack_spec.rb:269:in `block (6 levels) in <top (required)>'
86) flapjack When on a Debian system when prd_gw_sns_enabled is true and the prd_gw_sns_secret_key parameter is not a string should fail
Failure/Error: expect { subject }.to raise_error(Puppet::Error, /false is not a string./)
expected Puppet::Error with message matching /false is not a string./ but nothing was raised
# ./spec/classes/flapjack_spec.rb:269:in `block (6 levels) in <top (required)>'
87) flapjack When on a Debian system when prd_gw_pagerduty_enabled is true and the prd_gw_pagerduty_logger_syslog_errors parameter is not an boolean should fail
Failure/Error: expect { subject }.to raise_error(Puppet::Error, /"BOGON" is not a boolean. It looks to be a String/)
expected Puppet::Error with message matching /"BOGON" is not a boolean. It looks to be a String/ but nothing was raised
# ./spec/classes/flapjack_spec.rb:282:in `block (6 levels) in <top (required)>'
88) flapjack When on a Debian system when prd_gw_pagerduty_enabled is true and the prd_gw_pagerduty_logger_level parameter is not a string should fail
Failure/Error: expect { subject }.to raise_error(Puppet::Error, /false is not a string./)
expected Puppet::Error with message matching /false is not a string./ but nothing was raised
# ./spec/classes/flapjack_spec.rb:292:in `block (6 levels) in <top (required)>'
89) flapjack When on a Debian system when prd_web_ui_enabled is true and the prd_web_ui_logger_syslog_errors parameter is not an boolean should fail
Failure/Error: expect { subject }.to raise_error(Puppet::Error, /"BOGON" is not a boolean. It looks to be a String/)
expected Puppet::Error with message matching /"BOGON" is not a boolean. It looks to be a String/ but nothing was raised
# ./spec/classes/flapjack_spec.rb:305:in `block (6 levels) in <top (required)>'
90) flapjack When on a Debian system when prd_web_ui_enabled is true and the prd_web_ui_port parameter is not a string should fail
Failure/Error: expect { subject }.to raise_error(Puppet::Error, /false is not a string./)
expected Puppet::Error with message matching /false is not a string./ but nothing was raised
# ./spec/classes/flapjack_spec.rb:318:in `block (6 levels) in <top (required)>'
91) flapjack When on a Debian system when prd_web_ui_enabled is true and the prd_web_ui_timeout parameter is not a string should fail
Failure/Error: expect { subject }.to raise_error(Puppet::Error, /false is not a string./)
expected Puppet::Error with message matching /false is not a string./ but nothing was raised
# ./spec/classes/flapjack_spec.rb:318:in `block (6 levels) in <top (required)>'
92) flapjack When on a Debian system when prd_web_ui_enabled is true and the prd_web_ui_accesslog parameter is not a string should fail
Failure/Error: expect { subject }.to raise_error(Puppet::Error, /false is not a string./)
expected Puppet::Error with message matching /false is not a string./ but nothing was raised
# ./spec/classes/flapjack_spec.rb:318:in `block (6 levels) in <top (required)>'
93) flapjack When on a Debian system when prd_web_ui_enabled is true and the prd_web_ui_logger_level parameter is not a string should fail
Failure/Error: expect { subject }.to raise_error(Puppet::Error, /false is not a string./)
expected Puppet::Error with message matching /false is not a string./ but nothing was raised
# ./spec/classes/flapjack_spec.rb:318:in `block (6 levels) in <top (required)>'
94) flapjack When on a Debian system when prd_json_api_enabled is true and the prd_json_api_logger_syslog_errors parameter is not an boolean should fail
Failure/Error: expect { subject }.to raise_error(Puppet::Error, /"BOGON" is not a boolean. It looks to be a String/)
expected Puppet::Error with message matching /"BOGON" is not a boolean. It looks to be a String/ but nothing was raised
# ./spec/classes/flapjack_spec.rb:331:in `block (6 levels) in <top (required)>'
95) flapjack When on a Debian system when prd_json_api_enabled is true and the prd_json_api_port parameter is not a string should fail
Failure/Error: expect { subject }.to raise_error(Puppet::Error, /false is not a string./)
expected Puppet::Error with message matching /false is not a string./ but nothing was raised
# ./spec/classes/flapjack_spec.rb:344:in `block (6 levels) in <top (required)>'
96) flapjack When on a Debian system when prd_json_api_enabled is true and the prd_json_api_timeout parameter is not a string should fail
Failure/Error: expect { subject }.to raise_error(Puppet::Error, /false is not a string./)
expected Puppet::Error with message matching /false is not a string./ but nothing was raised
# ./spec/classes/flapjack_spec.rb:344:in `block (6 levels) in <top (required)>'
97) flapjack When on a Debian system when prd_json_api_enabled is true and the prd_json_api_access_log parameter is not a string should fail
Failure/Error: expect { subject }.to raise_error(Puppet::Error, /false is not a string./)
expected Puppet::Error with message matching /false is not a string./ but nothing was raised
# ./spec/classes/flapjack_spec.rb:344:in `block (6 levels) in <top (required)>'
98) flapjack When on a Debian system when prd_json_api_enabled is true and the prd_json_api_logger_level parameter is not a string should fail
Failure/Error: expect { subject }.to raise_error(Puppet::Error, /false is not a string./)
expected Puppet::Error with message matching /false is not a string./ but nothing was raised
# ./spec/classes/flapjack_spec.rb:344:in `block (6 levels) in <top (required)>'
99) flapjack When on a Debian system when prd_oobetet_enabled is true when the prd_oobetet_jabber_rooms parameter is not an array should fail
Failure/Error: expect { subject }.to raise_error(Puppet::Error, /is not an Array./)
expected Puppet::Error with message matching /is not an Array./ but nothing was raised
# ./spec/classes/flapjack_spec.rb:357:in `block (6 levels) in <top (required)>'
100) flapjack When on a Debian system when prd_oobetet_enabled is true and the prd_oobetet_logger_syslog_errors parameter is not an boolean should fail
Failure/Error: expect { subject }.to raise_error(Puppet::Error, /"BOGON" is not a boolean. It looks to be a String/)
expected Puppet::Error with message matching /"BOGON" is not a boolean. It looks to be a String/ but nothing was raised
# ./spec/classes/flapjack_spec.rb:367:in `block (6 levels) in <top (required)>'
101) flapjack When on a Debian system when prd_oobetet_enabled is true and the prd_oobetet_alias parameter is not a string should fail
Failure/Error: expect { subject }.to raise_error(Puppet::Error, /false is not a string./)
expected Puppet::Error with message matching /false is not a string./ but nothing was raised
# ./spec/classes/flapjack_spec.rb:386:in `block (6 levels) in <top (required)>'
102) flapjack When on a Debian system when prd_oobetet_enabled is true and the prd_oobetet_jabberid parameter is not a string should fail
Failure/Error: expect { subject }.to raise_error(Puppet::Error, /false is not a string./)
expected Puppet::Error with message matching /false is not a string./ but nothing was raised
# ./spec/classes/flapjack_spec.rb:386:in `block (6 levels) in <top (required)>'
103) flapjack When on a Debian system when prd_oobetet_enabled is true and the prd_oobetet_logger_level parameter is not a string should fail
Failure/Error: expect { subject }.to raise_error(Puppet::Error, /false is not a string./)
expected Puppet::Error with message matching /false is not a string./ but nothing was raised
# ./spec/classes/flapjack_spec.rb:386:in `block (6 levels) in <top (required)>'
104) flapjack When on a Debian system when prd_oobetet_enabled is true and the prd_oobetet_max_latency parameter is not a string should fail
Failure/Error: expect { subject }.to raise_error(Puppet::Error, /false is not a string./)
expected Puppet::Error with message matching /false is not a string./ but nothing was raised
# ./spec/classes/flapjack_spec.rb:386:in `block (6 levels) in <top (required)>'
105) flapjack When on a Debian system when prd_oobetet_enabled is true and the prd_oobetet_pagerduty_contact parameter is not a string should fail
Failure/Error: expect { subject }.to raise_error(Puppet::Error, /false is not a string./)
expected Puppet::Error with message matching /false is not a string./ but nothing was raised
# ./spec/classes/flapjack_spec.rb:386:in `block (6 levels) in <top (required)>'
106) flapjack When on a Debian system when prd_oobetet_enabled is true and the prd_oobetet_password parameter is not a string should fail
Failure/Error: expect { subject }.to raise_error(Puppet::Error, /false is not a string./)
expected Puppet::Error with message matching /false is not a string./ but nothing was raised
# ./spec/classes/flapjack_spec.rb:386:in `block (6 levels) in <top (required)>'
107) flapjack When on a Debian system when prd_oobetet_enabled is true and the prd_oobetet_port parameter is not a string should fail
Failure/Error: expect { subject }.to raise_error(Puppet::Error, /false is not a string./)
expected Puppet::Error with message matching /false is not a string./ but nothing was raised
# ./spec/classes/flapjack_spec.rb:386:in `block (6 levels) in <top (required)>'
108) flapjack When on a Debian system when prd_oobetet_enabled is true and the prd_oobetet_server parameter is not a string should fail
Failure/Error: expect { subject }.to raise_error(Puppet::Error, /false is not a string./)
expected Puppet::Error with message matching /false is not a string./ but nothing was raised
# ./spec/classes/flapjack_spec.rb:386:in `block (6 levels) in <top (required)>'
109) flapjack When on a Debian system when prd_oobetet_enabled is true and the prd_oobetet_watched_check parameter is not a string should fail
Failure/Error: expect { subject }.to raise_error(Puppet::Error, /false is not a string./)
expected Puppet::Error with message matching /false is not a string./ but nothing was raised
# ./spec/classes/flapjack_spec.rb:386:in `block (6 levels) in <top (required)>'
110) flapjack When on a Debian system when prd_oobetet_enabled is true and the prd_oobetet_watched_entity parameter is not a string should fail
Failure/Error: expect { subject }.to raise_error(Puppet::Error, /false is not a string./)
expected Puppet::Error with message matching /false is not a string./ but nothing was raised
# ./spec/classes/flapjack_spec.rb:386:in `block (6 levels) in <top (required)>'
111) flapjack::feeder::nagios input validation when the feeder_enabled parameter is not an boolean should fail
Failure/Error: expect { subject }.to raise_error(Puppet::Error, /"BOGON" is not a boolean. It looks to be a String/)
expected Puppet::Error with message matching /"BOGON" is not a boolean. It looks to be a String/ but nothing was raised
# ./spec/defines/flapjack_feeder_nagios_spec.rb:30:in `block (5 levels) in <top (required)>'
112) flapjack::feeder::nagios input validation when the flapjack_server parameter is not a string should fail
Failure/Error: expect { subject }.to raise_error(Puppet::Error, /false is not a string./)
expected Puppet::Error with message matching /false is not a string./ but nothing was raised
# ./spec/defines/flapjack_feeder_nagios_spec.rb:57:in `block (5 levels) in <top (required)>'
113) flapjack::feeder::nagios input validation when redis_port is not an integer should fail
Failure/Error: expect {subject}.to raise_error(Puppet::Error, /redis_port parameter must be an integer. bogon is not an integer/)
expected Puppet::Error with message matching /redis_port parameter must be an integer. bogon is not an integer/ but nothing was raised
# ./spec/defines/flapjack_feeder_nagios_spec.rb:64:in `block (4 levels) in <top (required)>'
Finished in 8.02 seconds (files took 0.53031 seconds to load)
271 examples, 113 failures
Failed examples:
rspec ./spec/classes/flapjack_install_spec.rb:66 # flapjack::install input validation when the version parameter is not a string should fail
rspec ./spec/classes/flapjack_redis_spec.rb:29 # flapjack::redis input validation when the redis_omnibus parameter is not an boolean should fail
rspec ./spec/classes/flapjack_redis_spec.rb:68 # flapjack::redis input validation when the redis_port parameter is not a string should fail
rspec ./spec/classes/flapjack_redis_spec.rb:68 # flapjack::redis input validation when the redis_server parameter is not a string should fail
rspec ./spec/classes/flapjack_redis_spec.rb:85 # flapjack::redis input validation when the redis_bind_addresses parameter is not an array or string should fail
rspec ./spec/classes/flapjack_repo_spec.rb:29 # flapjack::repo input validation when the enable_repo parameter is not an boolean should fail
rspec ./spec/classes/flapjack_service_flapjack_spec.rb:29 # flapjack::service::flapjack input validation when the service_enabled parameter is not an boolean should fail
rspec ./spec/classes/flapjack_service_flapper_spec.rb:29 # flapjack::service::flapper input validation when the flapper_enabled parameter is not an boolean should fail
rspec ./spec/classes/flapjack_service_nagios_receiver_spec.rb:29 # flapjack::service::nagios_receiver input validation when the nagios_receiver parameter is not an boolean should fail
rspec ./spec/classes/flapjack_service_redis_spec.rb:29 # flapjack::service::redis input validation when the redis_omnibus parameter is not an boolean should fail
rspec ./spec/classes/flapjack_service_spec.rb:34 # flapjack::service input validation when the flapper_enabled parameter is not an boolean should fail
rspec ./spec/classes/flapjack_service_spec.rb:34 # flapjack::service input validation when the nagios_receiver parameter is not an boolean should fail
rspec ./spec/classes/flapjack_service_spec.rb:34 # flapjack::service input validation when the redis_omnibus parameter is not an boolean should fail
rspec ./spec/classes/flapjack_service_spec.rb:34 # flapjack::service input validation when the service_enabled parameter is not an boolean should fail
rspec ./spec/classes/flapjack_spec.rb:12 # flapjack input validation when the prd_pid_dir parameter is not an absolute path should fail
rspec ./spec/classes/flapjack_spec.rb:12 # flapjack input validation when the prd_log_dir parameter is not an absolute path should fail
rspec ./spec/classes/flapjack_spec.rb:50 # flapjack input validation when the feeder_enabled parameter is not an boolean should fail
rspec ./spec/classes/flapjack_spec.rb:50 # flapjack input validation when the flapper_enabled parameter is not an boolean should fail
rspec ./spec/classes/flapjack_spec.rb:50 # flapjack input validation when the manage_repo parameter is not an boolean should fail
rspec ./spec/classes/flapjack_spec.rb:50 # flapjack input validation when the nagios_receiver parameter is not an boolean should fail
rspec ./spec/classes/flapjack_spec.rb:50 # flapjack input validation when the prd_gw_email_enabled parameter is not an boolean should fail
rspec ./spec/classes/flapjack_spec.rb:50 # flapjack input validation when the prd_gw_jabber_enabled parameter is not an boolean should fail
rspec ./spec/classes/flapjack_spec.rb:50 # flapjack input validation when the prd_gw_pagerduty_enabled parameter is not an boolean should fail
rspec ./spec/classes/flapjack_spec.rb:50 # flapjack input validation when the prd_gw_sms_enabled parameter is not an boolean should fail
rspec ./spec/classes/flapjack_spec.rb:50 # flapjack input validation when the prd_gw_sns_enabled parameter is not an boolean should fail
rspec ./spec/classes/flapjack_spec.rb:50 # flapjack input validation when the prd_json_api_enabled parameter is not an boolean should fail
rspec ./spec/classes/flapjack_spec.rb:50 # flapjack input validation when the prd_notifer_enabled parameter is not an boolean should fail
rspec ./spec/classes/flapjack_spec.rb:50 # flapjack input validation when the prd_notifier_logger_syslog_errors parameter is not an boolean should fail
rspec ./spec/classes/flapjack_spec.rb:50 # flapjack input validation when the prd_oobetet_enabled parameter is not an boolean should fail
rspec ./spec/classes/flapjack_spec.rb:50 # flapjack input validation when the prd_processor_archive_events parameter is not an boolean should fail
rspec ./spec/classes/flapjack_spec.rb:50 # flapjack input validation when the prd_processor_enabled parameter is not an boolean should fail
rspec ./spec/classes/flapjack_spec.rb:50 # flapjack input validation when the prd_processor_logger_syslog_errors parameter is not an boolean should fail
rspec ./spec/classes/flapjack_spec.rb:50 # flapjack input validation when the prd_web_ui_enabled parameter is not an boolean should fail
rspec ./spec/classes/flapjack_spec.rb:50 # flapjack input validation when the redis_omnibus parameter is not an boolean should fail
rspec ./spec/classes/flapjack_spec.rb:50 # flapjack input validation when the service_enabled parameter is not an boolean should fail
rspec ./spec/classes/flapjack_spec.rb:105 # flapjack input validation when the prd_logger_level parameter is not a string should fail
rspec ./spec/classes/flapjack_spec.rb:105 # flapjack input validation when the prd_notification_log parameter is not a string should fail
rspec ./spec/classes/flapjack_spec.rb:105 # flapjack input validation when the prd_notifier_logger_level parameter is not a string should fail
rspec ./spec/classes/flapjack_spec.rb:105 # flapjack input validation when the prd_processor_events_archive_maxage parameter is not a string should fail
rspec ./spec/classes/flapjack_spec.rb:105 # flapjack input validation when the prd_processor_logger_level parameter is not a string should fail
rspec ./spec/classes/flapjack_spec.rb:105 # flapjack input validation when the prd_processor_new_check_scheduled_maintenance_duration parameter is not a string should fail
rspec ./spec/classes/flapjack_spec.rb:105 # flapjack input validation when the prd_queue_email parameter is not a string should fail
rspec ./spec/classes/flapjack_spec.rb:105 # flapjack input validation when the prd_queue_jabber parameter is not a string should fail
rspec ./spec/classes/flapjack_spec.rb:105 # flapjack input validation when the prd_queue_notifier parameter is not a string should fail
rspec ./spec/classes/flapjack_spec.rb:105 # flapjack input validation when the prd_queue_pagerduty parameter is not a string should fail
rspec ./spec/classes/flapjack_spec.rb:105 # flapjack input validation when the prd_queue_processor parameter is not a string should fail
rspec ./spec/classes/flapjack_spec.rb:105 # flapjack input validation when the prd_queue_sms parameter is not a string should fail
rspec ./spec/classes/flapjack_spec.rb:105 # flapjack input validation when the prd_queue_sns parameter is not a string should fail
rspec ./spec/classes/flapjack_spec.rb:105 # flapjack input validation when the redis_db parameter is not a string should fail
rspec ./spec/classes/flapjack_spec.rb:105 # flapjack input validation when the redis_port parameter is not a string should fail
rspec ./spec/classes/flapjack_spec.rb:105 # flapjack input validation when the redis_server parameter is not a string should fail
rspec ./spec/classes/flapjack_spec.rb:105 # flapjack input validation when the server_name parameter is not a string should fail
rspec ./spec/classes/flapjack_spec.rb:105 # flapjack input validation when the version parameter is not a string should fail
rspec ./spec/classes/flapjack_spec.rb:138 # flapjack When on a Debian system when prd_gw_email_enabled is true and the prd_gw_email_smtp_starttls parameter is not an boolean should fail
rspec ./spec/classes/flapjack_spec.rb:138 # flapjack When on a Debian system when prd_gw_email_enabled is true and the prd_gw_email_logger_syslog_errors parameter is not an boolean should fail
rspec ./spec/classes/flapjack_spec.rb:155 # flapjack When on a Debian system when prd_gw_email_enabled is true and the prd_gw_email_smtp_from parameter is not a string should fail
rspec ./spec/classes/flapjack_spec.rb:155 # flapjack When on a Debian system when prd_gw_email_enabled is true and the prd_gw_email_smtp_reply_to parameter is not a string should fail
rspec ./spec/classes/flapjack_spec.rb:155 # flapjack When on a Debian system when prd_gw_email_enabled is true and the prd_gw_email_smtp_host parameter is not a string should fail
rspec ./spec/classes/flapjack_spec.rb:155 # flapjack When on a Debian system when prd_gw_email_enabled is true and the prd_gw_email_smtp_port parameter is not a string should fail
rspec ./spec/classes/flapjack_spec.rb:155 # flapjack When on a Debian system when prd_gw_email_enabled is true and the prd_gw_email_smtp_auth_type parameter is not a string should fail
rspec ./spec/classes/flapjack_spec.rb:155 # flapjack When on a Debian system when prd_gw_email_enabled is true and the prd_gw_email_smtp_auth_username parameter is not a string should fail
rspec ./spec/classes/flapjack_spec.rb:155 # flapjack When on a Debian system when prd_gw_email_enabled is true and the prd_gw_email_smtp_auth_password parameter is not a string should fail
rspec ./spec/classes/flapjack_spec.rb:155 # flapjack When on a Debian system when prd_gw_email_enabled is true and the prd_gw_email_logger_level parameter is not a string should fail
rspec ./spec/classes/flapjack_spec.rb:170 # flapjack When on a Debian system when prd_gw_email_enabled is true when the prd_email_alert_html_path parameter is not a valid file path should fail
rspec ./spec/classes/flapjack_spec.rb:170 # flapjack When on a Debian system when prd_gw_email_enabled is true when the prd_email_alert_subject_path parameter is not a valid file path should fail
rspec ./spec/classes/flapjack_spec.rb:170 # flapjack When on a Debian system when prd_gw_email_enabled is true when the prd_email_alert_text_path parameter is not a valid file path should fail
rspec ./spec/classes/flapjack_spec.rb:170 # flapjack When on a Debian system when prd_gw_email_enabled is true when the prd_email_rollup_html_path parameter is not a valid file path should fail
rspec ./spec/classes/flapjack_spec.rb:170 # flapjack When on a Debian system when prd_gw_email_enabled is true when the prd_email_rollup_subject_path parameter is not a valid file path should fail
rspec ./spec/classes/flapjack_spec.rb:170 # flapjack When on a Debian system when prd_gw_email_enabled is true when the prd_email_rollup_text_path parameter is not a valid file path should fail
rspec ./spec/classes/flapjack_spec.rb:203 # flapjack When on a Debian system when prd_gw_jabber_enabled is true when the prd_gw_jabber_identifiers parameter is not an array should fail
rspec ./spec/classes/flapjack_spec.rb:203 # flapjack When on a Debian system when prd_gw_jabber_enabled is true when the prd_gw_jabber_rooms parameter is not an array should fail
rspec ./spec/classes/flapjack_spec.rb:213 # flapjack When on a Debian system when prd_gw_jabber_enabled is true and the prd_gw_jabber_logger_syslog_errors parameter is not an boolean should fail
rspec ./spec/classes/flapjack_spec.rb:228 # flapjack When on a Debian system when prd_gw_jabber_enabled is true and the prd_gw_jabber_server parameter is not a string should fail
rspec ./spec/classes/flapjack_spec.rb:228 # flapjack When on a Debian system when prd_gw_jabber_enabled is true and the prd_gw_jabber_port parameter is not a string should fail
rspec ./spec/classes/flapjack_spec.rb:228 # flapjack When on a Debian system when prd_gw_jabber_enabled is true and the prd_gw_jabber_jabberid parameter is not a string should fail
rspec ./spec/classes/flapjack_spec.rb:228 # flapjack When on a Debian system when prd_gw_jabber_enabled is true and the prd_gw_jabber_password parameter is not a string should fail
rspec ./spec/classes/flapjack_spec.rb:228 # flapjack When on a Debian system when prd_gw_jabber_enabled is true and the prd_gw_jabber_alias parameter is not a string should fail
rspec ./spec/classes/flapjack_spec.rb:228 # flapjack When on a Debian system when prd_gw_jabber_enabled is true and the prd_gw_jabber_logger_level parameter is not a string should fail
rspec ./spec/classes/flapjack_spec.rb:243 # flapjack When on a Debian system when prd_gw_sms_enabled is true and the prd_gw_sms_endpoint parameter is not a string should fail
rspec ./spec/classes/flapjack_spec.rb:243 # flapjack When on a Debian system when prd_gw_sms_enabled is true and the prd_gw_sms_username parameter is not a string should fail
rspec ./spec/classes/flapjack_spec.rb:243 # flapjack When on a Debian system when prd_gw_sms_enabled is true and the prd_gw_sms_password parameter is not a string should fail
rspec ./spec/classes/flapjack_spec.rb:243 # flapjack When on a Debian system when prd_gw_sms_enabled is true and the prd_gw_sms_logger_level parameter is not a string should fail
rspec ./spec/classes/flapjack_spec.rb:253 # flapjack When on a Debian system when prd_gw_sms_enabled is true and the prd_gw_sms_logger_syslog_errors parameter is not an boolean should fail
rspec ./spec/classes/flapjack_spec.rb:268 # flapjack When on a Debian system when prd_gw_sns_enabled is true and the prd_gw_sns_region_name parameter is not a string should fail
rspec ./spec/classes/flapjack_spec.rb:268 # flapjack When on a Debian system when prd_gw_sns_enabled is true and the prd_gw_sns_access_key parameter is not a string should fail
rspec ./spec/classes/flapjack_spec.rb:268 # flapjack When on a Debian system when prd_gw_sns_enabled is true and the prd_gw_sns_secret_key parameter is not a string should fail
rspec ./spec/classes/flapjack_spec.rb:281 # flapjack When on a Debian system when prd_gw_pagerduty_enabled is true and the prd_gw_pagerduty_logger_syslog_errors parameter is not an boolean should fail
rspec ./spec/classes/flapjack_spec.rb:291 # flapjack When on a Debian system when prd_gw_pagerduty_enabled is true and the prd_gw_pagerduty_logger_level parameter is not a string should fail
rspec ./spec/classes/flapjack_spec.rb:304 # flapjack When on a Debian system when prd_web_ui_enabled is true and the prd_web_ui_logger_syslog_errors parameter is not an boolean should fail
rspec ./spec/classes/flapjack_spec.rb:317 # flapjack When on a Debian system when prd_web_ui_enabled is true and the prd_web_ui_port parameter is not a string should fail
rspec ./spec/classes/flapjack_spec.rb:317 # flapjack When on a Debian system when prd_web_ui_enabled is true and the prd_web_ui_timeout parameter is not a string should fail
rspec ./spec/classes/flapjack_spec.rb:317 # flapjack When on a Debian system when prd_web_ui_enabled is true and the prd_web_ui_accesslog parameter is not a string should fail
rspec ./spec/classes/flapjack_spec.rb:317 # flapjack When on a Debian system when prd_web_ui_enabled is true and the prd_web_ui_logger_level parameter is not a string should fail
rspec ./spec/classes/flapjack_spec.rb:330 # flapjack When on a Debian system when prd_json_api_enabled is true and the prd_json_api_logger_syslog_errors parameter is not an boolean should fail
rspec ./spec/classes/flapjack_spec.rb:343 # flapjack When on a Debian system when prd_json_api_enabled is true and the prd_json_api_port parameter is not a string should fail
rspec ./spec/classes/flapjack_spec.rb:343 # flapjack When on a Debian system when prd_json_api_enabled is true and the prd_json_api_timeout parameter is not a string should fail
rspec ./spec/classes/flapjack_spec.rb:343 # flapjack When on a Debian system when prd_json_api_enabled is true and the prd_json_api_access_log parameter is not a string should fail
rspec ./spec/classes/flapjack_spec.rb:343 # flapjack When on a Debian system when prd_json_api_enabled is true and the prd_json_api_logger_level parameter is not a string should fail
rspec ./spec/classes/flapjack_spec.rb:356 # flapjack When on a Debian system when prd_oobetet_enabled is true when the prd_oobetet_jabber_rooms parameter is not an array should fail
rspec ./spec/classes/flapjack_spec.rb:366 # flapjack When on a Debian system when prd_oobetet_enabled is true and the prd_oobetet_logger_syslog_errors parameter is not an boolean should fail
rspec ./spec/classes/flapjack_spec.rb:385 # flapjack When on a Debian system when prd_oobetet_enabled is true and the prd_oobetet_alias parameter is not a string should fail
rspec ./spec/classes/flapjack_spec.rb:385 # flapjack When on a Debian system when prd_oobetet_enabled is true and the prd_oobetet_jabberid parameter is not a string should fail
rspec ./spec/classes/flapjack_spec.rb:385 # flapjack When on a Debian system when prd_oobetet_enabled is true and the prd_oobetet_logger_level parameter is not a string should fail
rspec ./spec/classes/flapjack_spec.rb:385 # flapjack When on a Debian system when prd_oobetet_enabled is true and the prd_oobetet_max_latency parameter is not a string should fail
rspec ./spec/classes/flapjack_spec.rb:385 # flapjack When on a Debian system when prd_oobetet_enabled is true and the prd_oobetet_pagerduty_contact parameter is not a string should fail
rspec ./spec/classes/flapjack_spec.rb:385 # flapjack When on a Debian system when prd_oobetet_enabled is true and the prd_oobetet_password parameter is not a string should fail
rspec ./spec/classes/flapjack_spec.rb:385 # flapjack When on a Debian system when prd_oobetet_enabled is true and the prd_oobetet_port parameter is not a string should fail
rspec ./spec/classes/flapjack_spec.rb:385 # flapjack When on a Debian system when prd_oobetet_enabled is true and the prd_oobetet_server parameter is not a string should fail
rspec ./spec/classes/flapjack_spec.rb:385 # flapjack When on a Debian system when prd_oobetet_enabled is true and the prd_oobetet_watched_check parameter is not a string should fail
rspec ./spec/classes/flapjack_spec.rb:385 # flapjack When on a Debian system when prd_oobetet_enabled is true and the prd_oobetet_watched_entity parameter is not a string should fail
rspec ./spec/defines/flapjack_feeder_nagios_spec.rb:29 # flapjack::feeder::nagios input validation when the feeder_enabled parameter is not an boolean should fail
rspec ./spec/defines/flapjack_feeder_nagios_spec.rb:56 # flapjack::feeder::nagios input validation when the flapjack_server parameter is not a string should fail
rspec ./spec/defines/flapjack_feeder_nagios_spec.rb:63 # flapjack::feeder::nagios input validation when redis_port is not an integer should fail
/Users/jesse/.rbenv/versions/2.1.2/bin/ruby -I/Users/jesse/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/rspec-core-3.1.7/lib:/Users/jesse/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/rspec-support-3.1.2/lib /Users/jesse/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/rspec-core-3.1.7/exe/rspec --pattern spec/\{classes,defines,unit,functions,hosts,integration\}/\*\*/\*_spec.rb --color failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment