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 \*',