From: Peter Palfrader Date: Sat, 14 Sep 2019 11:04:07 +0000 (+0200) Subject: Update manifests/static/ssh.pp to new authorized_key_add interface X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=f68bbdbf49bd867da963028b2691b93a94d4011d;p=mirror%2Fdsa-puppet.git Update manifests/static/ssh.pp to new authorized_key_add interface --- diff --git a/modules/roles/manifests/static/ssh.pp b/modules/roles/manifests/static/ssh.pp index 35cf603b8..22078cb60 100644 --- a/modules/roles/manifests/static/ssh.pp +++ b/modules/roles/manifests/static/ssh.pp @@ -10,7 +10,7 @@ class roles::static::ssh( target_user => 'staticsync', command => "/usr/local/bin/staticsync-ssh-wrap ${::fqdn}", key => $facts['staticsync_key'], - restrict => 'restrict,pty', + options => ['restrict', 'pty'], collect_tag => $add_tag, } ssh::authorized_key_collect { 'staticsync':