mirror: Add rsync package to depencies.
This commit is contained in:
parent
d784356112
commit
4f173e3a1a
1 changed files with 2 additions and 0 deletions
|
@ -11,6 +11,8 @@ class mirror($datadir = "/srv/mirrors") {
|
||||||
include user::system
|
include user::system
|
||||||
realize(User["mirror"], Group["mirror"])
|
realize(User["mirror"], Group["mirror"])
|
||||||
|
|
||||||
|
require rsync
|
||||||
|
|
||||||
if $datadir != "/srv/mirrors" {
|
if $datadir != "/srv/mirrors" {
|
||||||
file { "/srv/mirrors":
|
file { "/srv/mirrors":
|
||||||
ensure => link,
|
ensure => link,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue