From ab184775e79a780eb2a32d67260756d8a9b4258d Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Fri, 30 Sep 2016 16:40:07 -0300 Subject: Renames sync-media-init to sync-media-initremotes --- manifests/init.pp | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'manifests') diff --git a/manifests/init.pp b/manifests/init.pp index 8dc43f4..b5ba119 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -161,11 +161,19 @@ class backup( # sync-media-init script file { "/usr/local/sbin/sync-media-init": + 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 -- cgit v1.2.3