Project

General

Profile

« Previous | Next » 

Revision 2e1347bb

Added by Justin Sherrill about 3 years ago

Refs #32338 - Add support for ALLOWED_CONTENT_CHECKSUMS

Co-authored-by: Ewoud Kohl van Wijngaarden <>

View differences:

spec/classes/pulpcore_spec.rb
is_expected.to contain_concat__fragment('base')
.with_content(%r{ALLOWED_EXPORT_PATHS = \[\]})
.with_content(%r{ALLOWED_IMPORT_PATHS = \["/var/lib/pulp/sync_imports"\]})
.with_content(%r{ALLOWED_CONTENT_CHECKSUMS = \["sha224", "sha256", "sha384", "sha512"\]})
.without_content(/sslmode/)
is_expected.to contain_file('/etc/pulp')
is_expected.to contain_file('/var/lib/pulp')

Also available in: Unified diff