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
|
@ -85,11 +85,11 @@ Puppet::Type.newtype(:glance_api_config) do
|
|||
end
|
||||
newproperty(:value) do
|
||||
desc 'The value of the setting to be defined.'
|
||||
munge do |v|
|
||||
v.to_s.strip
|
||||
end
|
||||
end
|
||||
munge do |v|
|
||||
v.to_s.strip
|
||||
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