From f68bbdbf49bd867da963028b2691b93a94d4011d Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Sat, 14 Sep 2019 13:04:07 +0200 Subject: [PATCH] Update manifests/static/ssh.pp to new authorized_key_add interface --- modules/roles/manifests/static/ssh.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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': -- 2.20.1