Project

General

Profile

« Previous | Next » 

Revision f2dfac63

Added by Chris Roberts over 7 years ago

Fixes #16941 - Check perms on Pulp key (#182)

View differences:

manifests/config.pp
mode => '0644',
}
file { $::pulp::rsa_key:
owner => 'root',
group => 'apache',
mode => '0640',
}
if $pulp::reset_cache {
exec { 'reset_pulp_cache':
command => 'rm -rf /var/lib/pulp/packages/*',

Also available in: Unified diff