projects
/
mirror
/
dsa-puppet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5a34f35
)
Create ssh keys for user geodnssync
author
Peter Palfrader
<peter@palfrader.org>
Sat, 7 Sep 2019 21:07:42 +0000
(23:07 +0200)
committer
Peter Palfrader
<peter@palfrader.org>
Sat, 7 Sep 2019 21:07:42 +0000
(23:07 +0200)
modules/named/manifests/geodns.pp
patch
|
blob
|
history
diff --git
a/modules/named/manifests/geodns.pp
b/modules/named/manifests/geodns.pp
index
d9684f3
..
141cd49
100644
(file)
--- a/
modules/named/manifests/geodns.pp
+++ b/
modules/named/manifests/geodns.pp
@@
-65,4
+65,6
@@
class named::geodns inherits named {
description => 'Allow nameserver access',
rule => '&TCP_UDP_SERVICE(53)'
}
+
+ ssh::keygen { 'geodnssync': }
}