From 16393d6ea7c2a26eb49e01f1603022957a8d70e2 Mon Sep 17 00:00:00 2001 From: Colleen Murphy Date: Sat, 8 Apr 2017 21:07:54 +0200 Subject: [PATCH] Remove old ssh_authorized_key resources These were ensure=>absented years ago, it's probably a safe bet that they're not there anymore. Change-Id: I2fd218bed0fe57c9de325c0ced88f88821ffed96 --- modules/openstack_project/manifests/template.pp | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/modules/openstack_project/manifests/template.pp b/modules/openstack_project/manifests/template.pp index c5bce8bf12..3a62f859f4 100644 --- a/modules/openstack_project/manifests/template.pp +++ b/modules/openstack_project/manifests/template.pp @@ -298,19 +298,6 @@ class openstack_project::template ( } } - ssh_authorized_key { 'puppet-remote-2014-04-17': - ensure => absent, - user => 'root', - } - ssh_authorized_key { 'puppet-remote-2014-05-24': - ensure => absent, - user => 'root', - } - ssh_authorized_key { 'puppet-remote-2014-09-11': - ensure => absent, - user => 'root', - } - ssh_authorized_key { 'puppet-remote-2014-09-15': ensure => present, user => 'root', @@ -321,10 +308,6 @@ class openstack_project::template ( ], require => File['/root/.ssh'], } - ssh_authorized_key { '/root/.ssh/authorized_keys': - ensure => absent, - user => 'root', - } file_line { 'ensure NoRoaming for ssh clients': after => '^Host \*',