Revert back to using cheetah + adjust resultant code + templates
At this point there is a mixture of "double hash" cheetah comments and '#*' cheetah comments.
This commit is contained in:
committed by
Scott Moser
parent
5e953fddfb
commit
134de1bb7b
6
Requires
6
Requires
@@ -1,9 +1,7 @@
|
||||
# Pypi requirements for cloud-init to work
|
||||
|
||||
# Used for templating any files or strings that are considered
|
||||
# to be templates, not cheetah since it pulls in alot of extra libs.
|
||||
# This one is pretty dinky and does want we want (var substituion)
|
||||
Tempita
|
||||
# Used for untemplating any files or strings with parameters.
|
||||
cheetah
|
||||
|
||||
# This is used for any pretty printing of tabular data.
|
||||
PrettyTable
|
||||
|
||||
Reference in New Issue
Block a user