diff options
author | nfagerlund <nick.fagerlund@gmail.com> | 2011-02-15 16:58:27 -0800 |
---|---|---|
committer | nfagerlund <nick.fagerlund@gmail.com> | 2011-02-15 16:58:27 -0800 |
commit | b5bae9f99fb2ab2bd2429d047db7e53aa8c90fbd (patch) | |
tree | 3991e8ed8941fb10a363e5e1cb03f770acada544 | |
parent | 4d25d90d5e77389eec81b3e6cd4a1e9919d601fa (diff) | |
download | puppet-b5bae9f99fb2ab2bd2429d047db7e53aa8c90fbd.tar.gz puppet-b5bae9f99fb2ab2bd2429d047db7e53aa8c90fbd.tar.xz puppet-b5bae9f99fb2ab2bd2429d047db7e53aa8c90fbd.zip |
(#6331) Remove final special :trac: link from the file content property
The file content property had a weird garbage string in its doc variable
which appeared to be part of our older reference generator code. Since
the code to strip these odd links out no longer appears to exist, the
nonsense would propagate to the generated types reference.
-rwxr-xr-x | lib/puppet/type/file/content.rb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/puppet/type/file/content.rb b/lib/puppet/type/file/content.rb index cf924f371..63c0aaf4d 100755 --- a/lib/puppet/type/file/content.rb +++ b/lib/puppet/type/file/content.rb @@ -31,8 +31,7 @@ module Puppet } } - This attribute is especially useful when used with - `PuppetTemplating templating`:trac:." + This attribute is especially useful when used with templating." # Store a checksum as the value, rather than the actual content. # Simplifies everything. |