From fd787917bdcd0aaf5f5b0b99dfa5e2a992d734a4 Mon Sep 17 00:00:00 2001 From: Narayan Desai Date: Wed, 18 Jul 2007 19:00:57 +0000 Subject: Initial TGenshi checking (from jcollie) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@3476 ce84e21b-d406-0410-9b95-82705330c041 --- examples/TGenshi/tmp/bar/template.txt | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 examples/TGenshi/tmp/bar/template.txt (limited to 'examples/TGenshi/tmp/bar') diff --git a/examples/TGenshi/tmp/bar/template.txt b/examples/TGenshi/tmp/bar/template.txt new file mode 100644 index 000000000..3e43340fe --- /dev/null +++ b/examples/TGenshi/tmp/bar/template.txt @@ -0,0 +1,20 @@ +[communication] +protocol = xmlrpc/ssl +#if metadata.uuid != None +user = $metadata.uuid +#end +#choose +#when metadata.password is not None +password = $metadata.password +#end +#when metadata.password is None +password = GlobalPassword +#end +#end +fingerprint = ac152f42f03253a30d3379dea88eddf2be033d47 + +[client] +drivers = Action,Chkconfig,POSIX,YUMng + +[components] +bcfg2 = https://config.example.com:6789 -- cgit v1.2.3-1-g7c22