From: Peter Palfrader Date: Sun, 7 Dec 2014 09:35:27 +0000 (+0100) Subject: remove unnecessary (and broken) onlyif X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=d3d2cfde5ce5edd1a431a662789ed7fb0437572e;p=mirror%2Fdsa-puppet.git remove unnecessary (and broken) onlyif --- diff --git a/modules/ssh/manifests/init.pp b/modules/ssh/manifests/init.pp index db6130199..8e61da64c 100644 --- 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 ]' } } }