remove unnecessary (and broken) onlyif
[mirror/dsa-puppet.git] / modules / ssh / manifests / init.pp
index db61301..8e61da6 100644 (file)
@@ -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 ]'
                        }
                }
        }