bin/puppetd in puppet-0.24.1 vs bin/puppetd in puppet-0.24.2
- old
+ new
@@ -372,10 +372,10 @@
# FIXME: we should really figure out how to distribute the CRL
# to clients. In the meantime, we just disable CRL checking if
# the CRL file doesn't exist
unless File::exist?(Puppet[:cacrl])
- Puppet[:cacrl] = 'none'
+ Puppet[:cacrl] = 'false'
end
handlers = nil
if options[:serve].empty?