From d079937ce30238fe9c3f89b9bf0700ad7ac6019a Mon Sep 17 00:00:00 2001 From: James Shubin Date: Thu, 26 Jul 2012 16:03:52 -0400 Subject: Split fs dependencies into separate files. --- manifests/brick.pp | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'manifests/brick.pp') diff --git a/manifests/brick.pp b/manifests/brick.pp index 819b384..e0b12de 100644 --- a/manifests/brick.pp +++ b/manifests/brick.pp @@ -15,18 +15,6 @@ # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see . -class gluster::brick::xfs { - package { 'xfsprogs': - ensure => present, - } -} - -class gluster::brick::ext4 { - package { 'e2fsprogs': - ensure => present, - } -} - define gluster::brick( $dev, # /dev/sdc, /dev/disk/by-id/scsi-36003048007e14f0014ca2743150a5471 $fsuuid, # set a uuid for this fs -- cgit