$exclude_unencrypted = $backup::params::exclude_unencrypted
$include_unencrypted = $backup::params::include_unencrypted
- include backupninja
-
# backup dest folder
file { "${backup::params::backupdir}/duplicity":
ensure => directory,
class { 'backupninja':
loglvl => 4,
usecolors => false,
+ keymanage => false,
when => $when,
reportwarning => $reportwarning,
ensure_hwinfo_version => $hwinfo,
class { 'backupninja::server':
backupdir => $backup::params::backupdir,
backupdir_ensure => $backup::params::backupdir_ensure,
+ use_storedconfigs => false,
}
package { "debconf-utils": ensure => installed, }
backupninja::rsync { "rsync-$title.$use_domain":
# [general]
ensure => $ensure,
- keymanage => false,
home => "${backup::params::backupdir}/remote/$use_fqdn",
backupkeytype => "rsa",
id_file => "/root/.ssh/id_rsa",