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:
2962d31
)
remove unnecessary (and broken) onlyif
author
Peter Palfrader
<peter@palfrader.org>
Sun, 7 Dec 2014 09:35:27 +0000
(10:35 +0100)
committer
Peter Palfrader
<peter@palfrader.org>
Sun, 7 Dec 2014 09:35:27 +0000
(10:35 +0100)
modules/ssh/manifests/init.pp
patch
|
blob
|
history
diff --git
a/modules/ssh/manifests/init.pp
b/modules/ssh/manifests/init.pp
index
db61301
..
8e61da6
100644
(file)
--- a/
modules/ssh/manifests/init.pp
+++ b/
modules/ssh/manifests/init.pp
@@
-41,7
+41,6
@@
class ssh {
if ! $has_etc_ssh_ssh_host_ed25519_key {
exec { 'create-ed25519-host-key':
command => 'ssh-keygen -f /etc/ssh/ssh_host_ed25519_key -q -P "" -t ed25519',
- onlyif => '! [ -e /etc/ssh/ssh_host_ed25519_key ]'
}
}
}