From 3d76cd02b468b55ba74ebe0d785213964546aa77 Mon Sep 17 00:00:00 2001 From: Jeremy Stanley Date: Mon, 15 Sep 2014 18:10:25 +0000 Subject: [PATCH] Cease using ci-puppetmaster.openstack.org Now that the migration to puppetmaster.openstack.org is complete, remove duplicate references to ci-puppetmaster.openstack.org and also take out the temporary Puppet v2 vs v3 compatibility code used to choose between them. Change-Id: I32d48e844ab1872391f9f2a4e233804b7a29feb5 --- templates/sshd_config.erb | 3 --- 1 file changed, 3 deletions(-) diff --git a/templates/sshd_config.erb b/templates/sshd_config.erb index 7c72024..b55fd2f 100644 --- a/templates/sshd_config.erb +++ b/templates/sshd_config.erb @@ -86,8 +86,5 @@ Subsystem sftp <%= scope.lookupvar('::ssh::params::sftp_path') %> UsePAM yes # allow ansible connections from puppetmaster host -Match host ci-puppetmaster.openstack.org - PermitRootLogin without-password - Match host puppetmaster.openstack.org PermitRootLogin without-password