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

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