Skip to content
Snippets Groups Projects
Commit 532ad837 authored by Russ Allbery's avatar Russ Allbery
Browse files

Drop installation of stanford-klogin from os::debian

We've switched completely to Kerberized ssh and no longer install
Kerberos rlogin or rsh.
parent de949c8b
No related branches found
No related tags found
No related merge requests found
......@@ -92,7 +92,6 @@ class base::os::debian {
'locate': ensure => present;
'lsb-release': ensure => present;
'kstart': ensure => present;
'stanford-klogin': ensure => present;
'stanford-keyring':
ensure => present,
notify => Exec['aptitude update'];
......@@ -162,4 +161,4 @@ class base::os::debian {
command => 'aptitude update',
refreshonly => true,
}
}
\ No newline at end of file
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment