sshoptions => "-p $port",
installkey => $installkey,
backupkeytype => "rsa",
- backupkeystore => "puppet://$server/files/keys",
+ backupkeystore => "puppet:///modules/site-keys",
}
}
backupdir => "$backupdir/remote/$fqdn/rsync",
backupkeytype => "rsa",
id_file => "/root/.ssh/id_rsa",
- backupkeystore => "puppet://$server/files/keys",
+ backupkeystore => "puppet:///modules/site-keys",
keepdaily => '7',
keepweekly => '4',
keepmonthly => '3',