Sha256: 157521bcc18682675ae3b933c70ee8a1c37d4912721335e02ddf05746d57d2ab

Contents?: true

Size: 672 Bytes

Versions: 27

Compression:

Stored size: 672 Bytes

Contents

# testing.pp

class apt::debian::testing {
  include apt

  # deb http://debian.mirror.iweb.ca/debian/ testing main contrib non-free
  # deb-src http://debian.mirror.iweb.ca/debian/ testing main contrib non-free
  # Key: 55BE302B  Server: subkeys.pgp.net
  # debian-keyring
  # debian-archive-keyring

  apt::source { 'debian_testing':
    location          => 'http://debian.mirror.iweb.ca/debian/',
    release           => 'testing',
    repos             => 'main contrib non-free',
    required_packages => 'debian-keyring debian-archive-keyring',
    key               => '55BE302B',
    key_server        => 'subkeys.pgp.net',
    pin               => '-10',
  }
}

Version data entries

27 entries across 27 versions & 2 rubygems

Version Path
freighthop-0.6.1 modules/apt/manifests/debian/testing.pp
freighthop-0.6.0 modules/apt/manifests/debian/testing.pp
freighthop-0.5.2 modules/apt/manifests/debian/testing.pp
freighthop-0.5.1 modules/apt/manifests/debian/testing.pp
freighthop-0.5.0 modules/apt/manifests/debian/testing.pp
freighthop-0.4.1 modules/apt/manifests/debian/testing.pp
freighthop-0.4.0 modules/apt/manifests/debian/testing.pp
freighthop-0.3.3 modules/apt/manifests/debian/testing.pp
freighthop-0.3.2 modules/apt/manifests/debian/testing.pp
freighthop-0.3.1 modules/apt/manifests/debian/testing.pp
freighthop-0.3.0 modules/apt/manifests/debian/testing.pp
freighthop-0.2.1 modules/apt/manifests/debian/testing.pp
freighthop-0.2.0 modules/apt/manifests/debian/testing.pp
freighthop-0.1.0 modules/apt/manifests/debian/testing.pp
freighthop-0.0.6 modules/apt/manifests/debian/testing.pp
freighthop-0.0.5 modules/apt/manifests/debian/testing.pp
freighthop-0.0.4 modules/apt/manifests/debian/testing.pp
freighthop-0.0.3 modules/apt/manifests/debian/testing.pp
freighthop-0.0.2 modules/apt/manifests/debian/testing.pp
freighthop-0.0.1 modules/apt/manifests/debian/testing.pp