Project

General

Profile

« Previous | Next » 

Revision 419295eb

Added by gcoxmoz about 4 years ago

Update pulpcore::admin to use the command parameter if it is passed (#91)

Update pulpcore::admin to use the command parameter if it is passed

View differences:

manifests/admin.pp
Stdlib::Absolutepath $static_root = $pulpcore::pulp_static_root,
) {
Concat <| title == 'pulpcore settings' |>
-> exec { "python3-django-admin ${title}":
-> exec { "python3-django-admin ${command}":
path => $path,
environment => [
'DJANGO_SETTINGS_MODULE=pulpcore.app.settings',

Also available in: Unified diff