This repository was archived by the owner on Aug 29, 2018. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ require 'puppet-syntax/tasks/puppet-syntax'
44
55# puppet-lint parameters per puppet approved criteria
66# https://forge.puppetlabs.com/approved/criteria#validation
7- PuppetLint . configuration . fail_on_warnings
7+ PuppetLint . configuration . fail_on_warnings = true
88PuppetLint . configuration . send ( "disable_80chars" )
99PuppetLint . configuration . send ( "relative" )
1010# http://puppet-lint.com/checks/class_inherits_from_params_class/
Original file line number Diff line number Diff line change 4848 }
4949 }
5050 } elsif $::openshift_origin::register_host_with_nameserver and $::openshift_origin::bind_krb_principal != ' ' {
51- warning " You cannot use register_host_with_nameserver when using GSS-TSIG DNS updates"
52- fail " You cannot use register_host_with_nameserver when using GSS-TSIG DNS updates"
51+ warning ' You cannot use register_host_with_nameserver when using GSS-TSIG DNS updates'
52+ fail ' You cannot use register_host_with_nameserver when using GSS-TSIG DNS updates'
5353 }
5454
5555}
You can’t perform that action at this time.
0 commit comments