Added rsync installation to backuppc client and server.
This commit is contained in:
parent
e15dd05385
commit
4ae234c0ff
1 changed files with 4 additions and 0 deletions
|
@ -42,6 +42,8 @@ class backuppc::client {
|
|||
operatingsystem => "${operatingsystem}",
|
||||
}
|
||||
|
||||
include rsync
|
||||
|
||||
Ssh_authorized_key <<| tag == "backuppc" |>>
|
||||
|
||||
}
|
||||
|
@ -50,6 +52,8 @@ class backuppc::client {
|
|||
#
|
||||
class backuppc::server {
|
||||
|
||||
include rsync
|
||||
|
||||
include user::system
|
||||
realize(User["backuppc"], Group["backuppc"])
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue