X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Fhardware%2Fmanifests%2Fraid%2Fdell.pp;h=a69997a470d58bbe8bf86683d6c5196b76a40d42;hb=d7dff70424dc48067cd223e3bf92e54bb973afbf;hp=f81ec740525c5c5e73caa02a238d049fd3965329;hpb=ca80f6b41f4be9dcee7c1e7712e3c8473cb3ad84;p=mirror%2Fdsa-puppet.git diff --git a/modules/hardware/manifests/raid/dell.pp b/modules/hardware/manifests/raid/dell.pp index f81ec7405..a69997a47 100644 --- a/modules/hardware/manifests/raid/dell.pp +++ b/modules/hardware/manifests/raid/dell.pp @@ -1,11 +1,19 @@ class hardware::raid::dell { - site::aptrepo { 'debian.restricted': + site::aptrepo { 'jessie.dell': + url => 'http://deb.debian.org/debian', + suite => 'jessie', + components => 'main', + } + site::aptrepo { 'debian.restricted.dell': url => 'http://db.debian.org/debian-admin', suite => 'jessie-restricted', components => 'non-free', } - package { 'srvadmin-all': + package { 'libssl1.0.0': + ensure => installed, + } + package { 'srvadmin-storage-cli': ensure => installed, tag => extra_repo, }