Project

General

Profile

« Previous | Next » 

Revision 981ae48d

Added by Ivan Necas over 10 years ago

Remove unnecessary workaround

View differences:

manifests/parent/certs.pp
if $deploy {
key_bundle { $pulp::parent::certs::nodes_cert:
cert => Cert["${pulp::parent::certs::hostname}-parent-cert"],
} ~>
# TODO: temporary until we switch to new modules for setting parent
exec { 'reload-pulp':
command => 'service httpd reload',
path => ['/sbin', '/usr/sbin', '/bin', '/usr/bin'],
refreshonly => true,
}
}
}

Also available in: Unified diff