Skip to content

Commit

Permalink
Avoid globs in backup paths
Browse files Browse the repository at this point in the history
This doesn't work and it's just a single directory at the moment.
  • Loading branch information
ekohl committed Apr 25, 2023
1 parent 0e68fdb commit ea81330
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion puppet/modules/profiles/manifests/discourse.pp
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@

restic::repository { 'discourse':
backup_cap_dac_read_search => true,
backup_path => ["${root}/containers", "${root}/shared/*/backups"],
backup_path => ["${root}/containers", "${root}/shared/standalone/backups"],
}
}

0 comments on commit ea81330

Please sign in to comment.