From: František Dvořák Date: Mon, 5 Jan 2015 14:35:00 +0000 (+0100) Subject: hwraid not needed here anymoar. X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=4aad56d1db3a8e15064a0a82a9b5ff751a31548c;p=meta-site_hadoop.git hwraid not needed here anymoar. --- diff --git a/files/hwraid.list b/files/hwraid.list deleted file mode 100644 index 47fab79..0000000 --- a/files/hwraid.list +++ /dev/null @@ -1,2 +0,0 @@ -# pro HW RAID -deb http://hwraid.le-vert.net/debian wheezy main diff --git a/manifests/hwraid.pp b/manifests/hwraid.pp deleted file mode 100644 index 681d169..0000000 --- a/manifests/hwraid.pp +++ /dev/null @@ -1,21 +0,0 @@ -class site_hadoop::hwraid { - $path='/sbin:/usr/sbin:/bin:/usr/bin' - - exec { 'key-hwraid': - command => 'apt-key adv --fetch-key http://hwraid.le-vert.net/debian/hwraid.le-vert.net.gpg.key', - path => $path, - creates => '/etc/apt/sources.list.d/hwraid.list', - } - -> - file { '/etc/apt/sources.list.d/hwraid.list': - source => 'puppet:///modules/site_hadoop/hwraid.list', - } - ~> - exec { 'apt-get-update': - command => 'apt-get update', - refreshonly => true, - path => $path, - } - -> - package { 'megacli': } -}