X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Fdebian-org%2Fmanifests%2Finit.pp;h=2341b8586df61d54619f4c34ca6afa5d6109eca4;hb=a528037e14d02ad14a785c67063c30ccd47290f7;hp=1144ef9d895823fdcb93e6f6c2d4d7581c71ae2a;hpb=490761bd17707379837433558ceeed30a4dc7b2e;p=mirror%2Fdsa-puppet.git diff --git a/modules/debian-org/manifests/init.pp b/modules/debian-org/manifests/init.pp index 1144ef9d8..2341b8586 100644 --- a/modules/debian-org/manifests/init.pp +++ b/modules/debian-org/manifests/init.pp @@ -38,6 +38,12 @@ class debian-org { ensure => installed, tag => extra_repo, } + file { '/etc/ssh/ssh_known_hosts': + ensure => present, + replace => false, + mode => '0644', + source => 'puppet:///modules/debian-org/basic-ssh_known_hosts' + } package { [ 'apt-utils', @@ -139,18 +145,18 @@ class debian-org { components => ['main','contrib','non-free'] } - if ($::hostname in [ball, corelli, eysler, lucatelli, mayer, mayr, rem, pettersson]) or - ($::hoster in [bytemark, man-da]) { - site::aptrepo { 'proposed-updates': - url => $mirror, - suite => "${::lsbdistcodename}-proposed-updates", - components => ['main','contrib','non-free'] - } - } else { + #if ($::hostname in [ball, corelli, eysler, lucatelli, mayer, mayr, rem, pettersson]) or + # ($::hoster and ($::hoster in [bytemark, man-da, brown])) { + # site::aptrepo { 'proposed-updates': + # url => $mirror, + # suite => "${::lsbdistcodename}-proposed-updates", + # components => ['main','contrib','non-free'] + # } + #} else { site::aptrepo { 'proposed-updates': ensure => absent, } - } + #} site::aptrepo { 'debian.org': ensure => absent,