diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2010-02-02 11:15:13 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2010-02-02 11:15:13 -0200 |
commit | ed78086001d6fa8dad24c7f5d18c5c4abc2eea10 (patch) | |
tree | c29a559558693b2b0bdcf219a9b0d49b6a024e57 /templates | |
parent | 2e95f11a809a541c0ed852c7b2057dc53f49818d (diff) | |
parent | 2849ef277563377a140bacb2d9c05d20b38e5d2c (diff) | |
download | puppet-backupninja-ed78086001d6fa8dad24c7f5d18c5c4abc2eea10.tar.gz puppet-backupninja-ed78086001d6fa8dad24c7f5d18c5c4abc2eea10.tar.bz2 |
Merge branch 'master' of git://labs.riseup.net/module_backupninja
Diffstat (limited to 'templates')
-rw-r--r-- | templates/sys.conf.erb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/sys.conf.erb b/templates/sys.conf.erb index b0ae623..a684e8b 100644 --- a/templates/sys.conf.erb +++ b/templates/sys.conf.erb @@ -14,3 +14,5 @@ partitions = <%= partitions ? 'yes' : 'no' %> dosfdisk = <%= dosfdisk ? 'yes' : 'no' %> hardware = <%= hardware ? 'yes' : 'no' %> dohwinfo = <%= dohwinfo ? 'yes' : 'no' %> +luksheaders = <%= doluks ? 'yes' : 'no' %> +lvm = <%= dolvm ? 'yes' : 'no' %> |