aboutsummaryrefslogtreecommitdiff
path: root/manifests/init.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/init.pp')
-rw-r--r--manifests/init.pp10
1 files changed, 9 insertions, 1 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index 8dc43f4..b5ba119 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -164,8 +164,16 @@ class backup(
owner => root,
group => root,
mode => 0755,
+ ensure => absent,
+ }
+
+ # sync-media-init script
+ file { "/usr/local/sbin/sync-media-initremotes":
+ owner => root,
+ group => root,
+ mode => 0755,
ensure => present,
- source => "puppet:///modules/backup/sync-media-init",
+ source => "puppet:///modules/backup/sync-media-initremotes",
}
# mount-media script