Fix wrong config file name described in type description
Trivial-Fix Change-Id: I3ce5f8cec7852dbb8124d52df7ef2c429f4a0152
This commit is contained in:
@@ -3,7 +3,7 @@ Puppet::Type.newtype(:glance_api_uwsgi_config) do
|
||||
ensurable
|
||||
|
||||
newparam(:name, :namevar => true) do
|
||||
desc 'Section/setting name to manage from nova.conf'
|
||||
desc 'Section/setting name to manage from /etc/glance/glance-api-uwsgi.ini'
|
||||
newvalues(/\S+\/\S+/)
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user