We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e5ae73 commit b5d1629Copy full SHA for b5d1629
modules/tarsnap/manifests/init.pp
@@ -56,5 +56,6 @@
56
mode => '0554',
57
}
58
59
+ File <| tag == 'tarsnap' |>
60
Systemd::Timer <| tag == 'tarsnap::backup' |>
61
modules/tarsnap/manifests/mariadb.pp
@@ -21,11 +21,12 @@
21
],
22
23
24
- file { '/var/lib/backup/mariadb':
+ @file { '/var/lib/backup/mariadb':
25
ensure => directory,
26
owner => 'tarsnap',
27
group => 'tarsnap',
28
mode => '0755',
29
+ tag => 'tarsnap',
30
31
32
file { '/usr/local/bin/jq-tarsnap-dump-mariadb':
0 commit comments