Skip to content

Commit 40349fe

Browse files
committed
P:puppet::server: install rsync
1 parent a1667d2 commit 40349fe

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

modules/profile/manifests/puppet/server.pp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@
77
) {
88
include profile::puppet::common
99

10+
stdlib::ensure_packages([
11+
'rsync',
12+
])
13+
1014
$primary_host = $profile::puppet::agent::ca_server
1115
$is_primary = $primary_host == $facts['networking']['fqdn']
1216

0 commit comments

Comments
 (0)