Skip to content

Commit

Permalink
moar backup
Browse files Browse the repository at this point in the history
  • Loading branch information
akerl committed Dec 2, 2024
1 parent d6dd322 commit 72838b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
cmd => '',
}

if $backup_target != '' {
if $backup_target != undef {
backup::repo { 'influxdb':
source => "${datadir}/data",
target => $backup_target,
Expand Down

0 comments on commit 72838b6

Please sign in to comment.