X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;ds=sidebyside;f=modules%2Fhardware%2Fmanifests%2Fraid%2Fdell.pp;h=a69997a470d58bbe8bf86683d6c5196b76a40d42;hb=6e9c4ff8298e3b2fac751495297a8ac02d2dd8ee;hp=438220c9f1145277f1829afc3eca634a43b3aae0;hpb=4f056d4f151acc9aff1680232e3a2fe8df9a5581;p=mirror%2Fdsa-puppet.git diff --git a/modules/hardware/manifests/raid/dell.pp b/modules/hardware/manifests/raid/dell.pp index 438220c9f..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 { '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, }