diff --git a/templates/settings.py.erb b/templates/settings.py.erb index 3bc6969b..a0ac5c78 100644 --- a/templates/settings.py.erb +++ b/templates/settings.py.erb @@ -1,3 +1,16 @@ +################################################################################ +# !!! WARNING: DO NOT EDIT THIS FILE !!! +################################################################################ +# File managed by Puppet. +# Module: <%= scope['module_name'] %> +################################################################################ +# Not only are edits likely to be overwritten, there is also a strong +# possibility of breaking the system if changes are made here without making +# required corresponding changes elsewhere. Refer to the documentation used to +# install Pulpcore to determine the safe and persistent way to modify the +# configuration. +################################################################################ + CONTENT_HOST = "<%= scope['pulpcore::servername'] %>" CONTENT_ORIGIN = "https://<%= scope['pulpcore::servername'] %>" SECRET_KEY = "<%= scope['pulpcore::django_secret_key'] %>"