aboutsummaryrefslogtreecommitdiff
path: root/manifests/client/rsync.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/client/rsync.pp')
-rw-r--r--manifests/client/rsync.pp9
1 files changed, 0 insertions, 9 deletions
diff --git a/manifests/client/rsync.pp b/manifests/client/rsync.pp
deleted file mode 100644
index ec92b56..0000000
--- a/manifests/client/rsync.pp
+++ /dev/null
@@ -1,9 +0,0 @@
-class backupninja::client::rsync inherits backupninja::client::defaults {
-
- if !defined(Package["rsync"]) {
- if $rsync_ensure_version == '' { $rsync_ensure_version = 'installed' }
- package { 'rsync':
- ensure => $rsync_ensure_version,
- }
- }
-}