summaryrefslogtreecommitdiffstats
path: root/examples/Cfg
diff options
context:
space:
mode:
authorChris St. Pierre <chris.a.st.pierre@gmail.com>2012-10-31 12:46:21 -0400
committerChris St. Pierre <chris.a.st.pierre@gmail.com>2013-01-17 10:45:07 -0500
commitc0b2afa6e86557d5d206a64bd886034f432eee8d (patch)
tree1ca6a9b6e9509bfd40a797327c1ac1542719584c /examples/Cfg
parentcebd0d7ad54995c37f68586a14540ad64d99d762 (diff)
downloadbcfg2-c0b2afa6e86557d5d206a64bd886034f432eee8d.tar.gz
bcfg2-c0b2afa6e86557d5d206a64bd886034f432eee8d.tar.bz2
bcfg2-c0b2afa6e86557d5d206a64bd886034f432eee8d.zip
removed deprecated tools: RPMng, YUM24, YUMng
Diffstat (limited to 'examples/Cfg')
-rw-r--r--examples/Cfg/etc/dirvish/master.conf/master.conf.genshi25
1 files changed, 25 insertions, 0 deletions
diff --git a/examples/Cfg/etc/dirvish/master.conf/master.conf.genshi b/examples/Cfg/etc/dirvish/master.conf/master.conf.genshi
new file mode 100644
index 000000000..6c9750f9d
--- /dev/null
+++ b/examples/Cfg/etc/dirvish/master.conf/master.conf.genshi
@@ -0,0 +1,25 @@
+bank:
+ /backup
+
+image-default: %Y-%m-%d
+log: bzip2
+index: bzip2
+xdev: 1
+
+exclude:
+ lost+found/
+ *~
+ .nfs*
+
+Runall:
+{% for user in metadata.Properties['dirvish.xml'].data.find('users') %}\
+ homes/${user.tag}
+{% end %}\
+
+expire-default: +2 weeks
+
+expire-rule:
+# MIN HR DOM MON DOW STRFTIME_FMT
+ * * * * 1 +6 weeks
+ * * 1-7 * 1 +6 months
+ * * 1-7 1,4,7,10 1 never