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
This commit is contained in:
parent
2a63928351
commit
16393d6ea7
@ -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 \*',
|
||||
|
Loading…
x
Reference in New Issue
Block a user