Skip to content

Commit

Permalink
Docs: fixed code formatting
Browse files Browse the repository at this point in the history
Fixed code indentation for Implementing Child Providers section.
  • Loading branch information
jbondpdx committed Aug 13, 2014
1 parent c914775 commit 98fb0ea
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 98fb0ea

Please sign in to comment.