Fix typo in resource name
Change-Id: I5ec8a021f61c17553c42f39098229009ea7685a5
This commit is contained in:
parent
e204e93770
commit
3b6c317cd1
@ -3,7 +3,7 @@ Puppet::Type.newtype(:cinder_api_uwsgi_config) do
|
||||
ensurable
|
||||
|
||||
newparam(:name, :namevar => true) do
|
||||
desc 'Section/setting name to manage from /etc/neutron/neutron-api-uwsgi.ini'
|
||||
desc 'Section/setting name to manage from /etc/cinder/cnder-api-uwsgi.ini'
|
||||
newvalues(/\S+\/\S+/)
|
||||
end
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user