Skip to content

Commit

Permalink
Refresh collectstatic on the settings file
Browse files Browse the repository at this point in the history
When the settings file changes, the `MEDIA_ROOT` might change which
means the files should be collected again. This also ensures the
settings file has been generated before collection happens.
  • Loading branch information
ekohl authored and ehelms committed Dec 11, 2019
1 parent 3ac7bcf commit fc9d5d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions manifests/config.pp
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
"PULP_SETTINGS=${pulpcore::settings_file}",
],
refreshonly => true,
subscribe => File[$pulpcore::settings_file],
}

}

0 comments on commit fc9d5d0

Please sign in to comment.