Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions lib/linux_admin/deb.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
# LinuxAdmin Deb Representation
#
# Copyright (C) 2013 Red Hat Inc.
# Licensed under the MIT License

module LinuxAdmin
class Deb < Package
APT_CACHE_CMD = '/usr/bin/apt-cache'
Expand Down
5 changes: 0 additions & 5 deletions lib/linux_admin/disk.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
# LinuxAdmin Disk Representation
#
# Copyright (C) 2013 Red Hat Inc.
# Licensed under the MIT License

require 'linux_admin/partition'

module LinuxAdmin
Expand Down
5 changes: 0 additions & 5 deletions lib/linux_admin/distro.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
# LinuxAdmin Distro Representation
#
# Copyright (C) 2013 Red Hat Inc.
# Licensed under the MIT License

require 'linux_admin/etc_issue'

module LinuxAdmin
Expand Down
5 changes: 0 additions & 5 deletions lib/linux_admin/etc_issue.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
# LinuxAdmin /etc/issue Representation
#
# Copyright (C) 2014 Red Hat Inc.
# Licensed under the MIT License

require 'singleton'

module LinuxAdmin
Expand Down
5 changes: 0 additions & 5 deletions lib/linux_admin/fstab.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
# LinuxAdmin fstab Representation
#
# Copyright (C) 2013 Red Hat Inc.
# Licensed under the MIT License

require 'singleton'

module LinuxAdmin
Expand Down
5 changes: 0 additions & 5 deletions lib/linux_admin/logical_volume.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
# LinuxAdmin Logical Volume Representation
#
# Copyright (C) 2013 Red Hat Inc.
# Licensed under the MIT License

require 'pathname'

module LinuxAdmin
Expand Down
5 changes: 0 additions & 5 deletions lib/linux_admin/mountable.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
# LinuxAdmin Mountable Disk Mixin
#
# Copyright (C) 2013 Red Hat Inc.
# Licensed under the MIT License

module LinuxAdmin
module Mountable
attr_accessor :fs_type
Expand Down
5 changes: 0 additions & 5 deletions lib/linux_admin/partition.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
# LinuxAdmin Partition Representation
#
# Copyright (C) 2013 Red Hat Inc.
# Licensed under the MIT License

require 'fileutils'

module LinuxAdmin
Expand Down
5 changes: 0 additions & 5 deletions lib/linux_admin/physical_volume.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
# LinuxAdmin Physical Volume Representation
#
# Copyright (C) 2013 Red Hat Inc.
# Licensed under the MIT License

module LinuxAdmin
class PhysicalVolume < Volume
include Common
Expand Down
5 changes: 0 additions & 5 deletions lib/linux_admin/system.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
# LinuxAdmin System Representation
#
# Copyright (C) 2013 Red Hat Inc.
# Licensed under the MIT License

module LinuxAdmin
class System
extend Common
Expand Down
5 changes: 0 additions & 5 deletions lib/linux_admin/volume.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
# LinuxAdmin Logical Volume Representation
#
# Copyright (C) 2013 Red Hat Inc.
# Licensed under the MIT License

module LinuxAdmin
class Volume
private
Expand Down
5 changes: 0 additions & 5 deletions lib/linux_admin/volume_group.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
# LinuxAdmin Volume Group Representation
#
# Copyright (C) 2013 Red Hat Inc.
# Licensed under the MIT License

module LinuxAdmin
class VolumeGroup
include Common
Expand Down