Description of problem: Red Hat Network Deployment guide contains a bug in a section 'Escaping Special Characeters'. It mentions that counterpart for '#raw' keyword is '#endraw', but it is wrong. Version-Release number of selected component (if applicable): Deployment guide for Sat 5.3 and 5.4 Steps to Reproduce: see the following url (section '5.7.3.2. Escaping Special Characeters'): """ A second method is to wrap the entire script in #raw ... #endraw : %post #raw echo $foo > /tmp/foo.txt #endraw """ http://docs.redhat.com/docs/en-US/Red_Hat_Network_Satellite/5.4/html/Deployment_Guide/s1-provisioning-templates.html#s2-provisioning-templates-snippets Actual results: raw kickstart (stored in /var/lib/rhn/kickstarts/wizard; NET variable was defined and is only example to show variable substitution doesn't work when '#endraw' is used): echo "1: $NET" #raw echo "2: $NET" #endraw echo "3: $NET" output from WebUI or 'cobbler profile getks' command when using '#endraw' instead of '#end raw': echo "1: 111" echo "2: $NET" #endraw <<<--- '#endraw' keyword remains in output echo "3: $NET" <<<--- NET doesn't get substituted with value 111 Expected results: The manual should mention '#end raw' instead of '#endraw'. Additional info: The correct documentation for '#end raw' keyword can be found here (section 'Raw Escaping'): https://fedorahosted.org/cobbler/wiki/KickstartTemplating
Added to content spec for Deployment Guide review. LKB
Replaced #endraw with #end raw in "Escaping Special Characters" section, Kickstart chapter, new User Guide. LKB
Taking this bug for verification.
(In reply to comment #2) > Replaced #endraw with #end raw in "Escaping Special Characters" section, > Kickstart chapter, new User Guide. > > LKB Verified in Satellite 5.4.1 "Getting Started Guide", section "2.4. Templating".
This book has now been dropped to translation (RT#75265). No further updates can be accepted. Please raise a new bug for any changes. LKB
5.4.1 Satellite books are now available on docs.redhat.com. Please raise a new bug for any issues. LKB