sealingtech / CLIP

SealingTech's Certifiable Linux Integration Platform
9 stars 12 forks source link

Look into using a templating framework for generating kickstarts #61

Closed sshimko closed 5 years ago

sshimko commented 8 years ago

Templatizing kickstart, beyond %include, would be an interesting way of centralizing configuration logic. Like pushing all config options, like username, enforcing mode, etc, into a single place. Mako or Cheetah are two options. Since Cheetah is already being used upstream, that might be a more familiar option.

sshimko commented 5 years ago

Templating via mako is now supported for includes/foo files.