Skip to content

Improve collectstatic handling #27

@ekohl

Description

@ekohl

There's currently a collectstatic job:

exec { 'django-admin collectstatic':
path => ['/usr/local/bin', '/usr/bin'],
environment => [
'DJANGO_SETTINGS_MODULE=pulpcore.app.settings',
"PULP_SETTINGS=${pulpcore::settings_file}",
],
refreshonly => true,
}

This is refreshonly and uses the settings file, but doesn't refresh on it. There may also be other reasons to explicitly trigger it. For example when a yum update happens outside of its control.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions