Skip to content

Commit 357d51f

Browse files
committed
Merge pull request #18 from branan/add_rsync_ordering
Ensure that the rsync package is installed before rsync gets are attempted
2 parents 0f95087 + 57af8b6 commit 357d51f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manifests/init.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66

77
package { 'rsync':
88
ensure => installed,
9-
}
9+
} -> Rsync::Get<| |>
1010
}

0 commit comments

Comments
 (0)