Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Without this patch the use of has_variable? in templates are causing logic errors. PXE configuration options are being added when they should not be. This patch replaces has_variable? with instance variables. This fixes the problem and correctly produces templates. NOTE: The concat module assumes an empty string passed to content is the same as content being undefined. As a result, the template fragment uses a static header comment to always make sure the string is not empty.
- Loading branch information