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