X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Fhardware%2Fmanifests%2Finit.pp;h=5619032ffbe8ec64e82e8f452066188b5af4c1c3;hb=8610e08a607c6249308c4d80d52df6f6c88a5a51;hp=0639117196de54f0ed75734e55b6796283f3c5c8;hpb=7fe6ea54d0a085473923221bc0b41c50fd4304f0;p=mirror%2Fdsa-puppet.git diff --git a/modules/hardware/manifests/init.pp b/modules/hardware/manifests/init.pp index 063911719..5619032ff 100644 --- a/modules/hardware/manifests/init.pp +++ b/modules/hardware/manifests/init.pp @@ -5,10 +5,10 @@ class hardware { file { '/etc/apt/preferences.d/dsa-hp-tools': content => "Package: hp-health\nPin: version 8.6*\nPin-Priority: 1100\n" } - } elsif "$::systemproductname" in ["ProLiant DL380 G5", "ProLiant DL360 G5", "ProLiant DL380 G6", "ProLiant DL360 G6"] { - file { '/etc/apt/preferences.d/dsa-hp-tools': - content => "Package: hp-health\nPin: version 10.0.*\nPin-Priority: 1100\n" - } + #} elsif "$::systemproductname" in ["ProLiant DL380 G5", "ProLiant DL360 G5", "ProLiant DL380 G6", "ProLiant DL360 G6", "ProLiant BL495c G5"] { + # file { '/etc/apt/preferences.d/dsa-hp-tools': + # content => "Package: hp-health\nPin: version 10.0.*\nPin-Priority: 1100\n" + # } } else { file { '/etc/apt/preferences.d/dsa-hp-tools': ensure => absent @@ -16,4 +16,8 @@ class hardware { } include hardware::sensors + + include hardware::fixes + + include hardware::intel }