From 8b22735de3dd63392e79167a9c7865963f8cb5b4 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Mon, 23 Sep 2019 19:00:28 +0200 Subject: [PATCH 1/1] storage.pp: fix spacing --- modules/bacula/manifests/storage.pp | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/modules/bacula/manifests/storage.pp b/modules/bacula/manifests/storage.pp index 39e619dfa..09f0d0de8 100644 --- a/modules/bacula/manifests/storage.pp +++ b/modules/bacula/manifests/storage.pp @@ -59,22 +59,22 @@ class bacula::storage inherits bacula { } file { "${bacula_backup_path}/Catalog": - ensure => directory, - mode => '0755', - owner => bacula, - group => bacula, + ensure => directory, + mode => '0755', + owner => bacula, + group => bacula, ; } package { 'python3-psycopg2': ensure => installed } file { '/usr/local/bin/bacula-unlink-removed-volumes': - source => 'puppet:///modules/bacula/bacula-unlink-removed-volumes', - mode => '0555', + source => 'puppet:///modules/bacula/bacula-unlink-removed-volumes', + mode => '0555', } - file { "/etc/cron.d/puppet-bacula-storage-stuff": ensure => absent, } + file { '/etc/cron.d/puppet-bacula-storage-stuff': ensure => absent, } concat::fragment { 'puppet-crontab--bacula-storage': - target => '/etc/cron.d/puppet-crontab', - content => @(EOF) + target => '/etc/cron.d/puppet-crontab', + content => @(EOF) @daily bacula chronic /usr/local/bin/bacula-unlink-removed-volumes -v | EOF } -- 2.20.1