diff options
author | Micah Anderson <micah@riseup.net> | 2008-07-31 13:02:28 +0000 |
---|---|---|
committer | Micah Anderson <micah@riseup.net> | 2008-07-31 13:02:28 +0000 |
commit | d418a9191053726a4a0e4d4c1f45f9080d5d0439 (patch) | |
tree | caebf8b49fa283756c8c8c90457e511a68a648d1 /templates/mysql.conf.erb | |
parent | ef4832d9413f518e81aa13903de6f705ad1e5557 (diff) | |
download | puppet-backupninja-d418a9191053726a4a0e4d4c1f45f9080d5d0439.tar.gz puppet-backupninja-d418a9191053726a4a0e4d4c1f45f9080d5d0439.tar.bz2 |
setup the backupninja module to enable specification of the location
of the ssh authorized_keys directories and files so that if you are
not using the standard location for authorized_keys files
($HOME/.ssh/authorized_keys) and instead using the
/etc/ssh/sshd_config option "AuthorizedKeysFile" you can then specify
where that will be.
For example, if your /etc/ssh/sshd_config has:
AuthorizedKeysFile /etc/ssh/authorized_keys/$u
then you could specify in the rdiff-backup definition the following
parameters:
...
ssh_dir => "/etc/ssh/authorized_keys",
authorized_keys_file => "${hostname}",
to create the file /etc/ssh/authorized_keys/${hostname} instead of the
default location (if unspecifed, the default is used).
Diffstat (limited to 'templates/mysql.conf.erb')
0 files changed, 0 insertions, 0 deletions