There was an error while loading. Please reload this page.
1 parent fd68bc2 commit e512b7eCopy full SHA for e512b7e
1 file changed
modules/tarsnap/manifests/keymgmt.pp
@@ -5,9 +5,6 @@
5
String[1] $user,
6
String[1] $group,
7
) {
8
- file { '/usr/local/sbin/jq-tarsnap-keygen':
9
- ensure => absent,
10
- }
11
12
file { '/usr/local/bin/jq-tarsnap-keygen':
13
ensure => file,
@@ -17,10 +14,6 @@
17
14
mode => '0550',
18
15
}
19
16
20
- file { '/etc/jq-tarsnap-keygen.sh':
21
22
23
-
24
file { '/etc/jq-tarsnap-keymgmt-config.sh':
25
26
content => template('tarsnap/keymgmt/config.sh'),
0 commit comments