Docs: fixed code formatting
Fixed code indentation for Implementing Child Providers section.
This commit is contained in:
parent
9f9e1d4ec9
commit
4c94689e5d
1 changed files with 4 additions and 4 deletions
|
@ -89,7 +89,7 @@ Puppet::Type.newtype(:glance_api_config) do
|
|||
v.to_s.strip
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
```
|
||||
|
||||
This type must also have a provider that uses the `ini_setting` provider as its parent. For example:
|
||||
|
|
Loading…
Reference in a new issue