From 3e2b07f09b0cde2fbc2a7a7c2cfcf88452945583 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Fri, 31 May 2013 15:38:59 -0300 Subject: Adding sync-media-expor and sync-media-init --- manifests/init.pp | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'manifests/init.pp') diff --git a/manifests/init.pp b/manifests/init.pp index 90882a9..07031de 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -146,6 +146,24 @@ class backup( source => "puppet:///modules/backup/sync-media", } + # sync-media-export script + file { "/usr/local/sbin/sync-media-export": + owner => root, + group => root, + mode => 0755, + ensure => present, + source => "puppet:///modules/backup/sync-media-export", + } + + # sync-media-init script + file { "/usr/local/sbin/sync-media-init": + owner => root, + group => root, + mode => 0755, + ensure => present, + source => "puppet:///modules/backup/sync-media-init", + } + # mount-media script file { "/usr/local/sbin/mount-media": owner => root, -- cgit v1.2.3