Docs: fixed code formatting

Fixed code indentation for Implementing Child Providers section.
This commit is contained in:
jbondpdx 2014-08-13 14:21:46 -07:00
parent 9f9e1d4ec9
commit 4c94689e5d

View file

@ -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: