diff options
author | nfagerlund <nick.fagerlund@gmail.com> | 2011-08-17 15:20:26 -0700 |
---|---|---|
committer | nfagerlund <nick.fagerlund@gmail.com> | 2011-08-18 12:39:04 -0700 |
commit | 400b91ab02428c6a51886f31cbb12b9d4852b6e9 (patch) | |
tree | f901de1bfddf514abeb6c31a43f91db3111804b9 /lib/puppet/parser/functions/loadyaml.rb | |
parent | fa2fde6635042cca38ec6f42b93faafda54d41cd (diff) | |
download | puppet-stdlib-400b91ab02428c6a51886f31cbb12b9d4852b6e9.tar.gz puppet-stdlib-400b91ab02428c6a51886f31cbb12b9d4852b6e9.tar.bz2 |
Docs: Correct indentation of markdown code examples
Code examples in several function doc strings were only indented by two
spaces, which would not result in proper display when rendered as HTML. This
commit corrects the indentation to four spaces.
Diffstat (limited to 'lib/puppet/parser/functions/loadyaml.rb')
-rw-r--r-- | lib/puppet/parser/functions/loadyaml.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/puppet/parser/functions/loadyaml.rb b/lib/puppet/parser/functions/loadyaml.rb index 0f16f69..4ccc95b 100644 --- a/lib/puppet/parser/functions/loadyaml.rb +++ b/lib/puppet/parser/functions/loadyaml.rb @@ -6,7 +6,7 @@ module Puppet::Parser::Functions For example: - $myhash = loadyaml('/etc/puppet/data/myhash.yaml') + $myhash = loadyaml('/etc/puppet/data/myhash.yaml') ENDHEREDOC unless args.length == 1 |