summaryrefslogtreecommitdiffstats
path: root/examples/Properties
diff options
context:
space:
mode:
authorSol Jerome <solj@ices.utexas.edu>2009-07-31 00:58:06 +0000
committerSol Jerome <solj@ices.utexas.edu>2009-07-31 00:58:06 +0000
commit770daad7cc4db1a2be8de655bd2e4930dbee236d (patch)
treea141a546d66d476267527970acc8d98b29be7592 /examples/Properties
parent4b26e437feabdc52ea639d017e6083176b281710 (diff)
downloadbcfg2-770daad7cc4db1a2be8de655bd2e4930dbee236d.tar.gz
bcfg2-770daad7cc4db1a2be8de655bd2e4930dbee236d.tar.bz2
bcfg2-770daad7cc4db1a2be8de655bd2e4930dbee236d.zip
example repository: Add Dirvish configuration example
Signed-off-by: Sol Jerome <solj@ices.utexas.edu> git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5396 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'examples/Properties')
-rw-r--r--examples/Properties/dirvish.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/examples/Properties/dirvish.xml b/examples/Properties/dirvish.xml
new file mode 100644
index 000000000..a79733f77
--- /dev/null
+++ b/examples/Properties/dirvish.xml
@@ -0,0 +1,9 @@
+<Properties>
+ <users>
+ <!-- FORMAT: -->
+ <!-- <username>homedir</username> -->
+ <user1>user1homedir</user1>
+ <user2>user2homedir</user2>
+ <user3>user3homedir</user3>
+ </users>
+</Properties>