The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
#
# This file is part of Config-Model
#
# This software is Copyright (c) 2005-2017 by Dominique Dumont.
#
# This is free software, licensed under:
#
#   The GNU Lesser General Public License, Version 2.1, February 1999
#
[
  {
    'author' => [
      'Dominique Dumont'
    ],
    'class_description' => 'static information about the filesystems. fstab contains descriptive information about the various file systems. 
',
    'copyright' => [
      '2010,2011 Dominique Dumont'
    ],
    'element' => [
      'fs',
      {
        'cargo' => {
          'config_class_name' => 'Fstab::FsLine',
          'type' => 'node'
        },
        'description' => 'Each "fs" element contain the information about one filesystem. Each filesystem is referred in this model by a label constructed by the fstab parser. This label cannot be stored in the fstab file, so if you create a new file system, the label you will choose may not be stored and will be re-created by the fstab parser',
        'index_type' => 'string',
        'summary' => 'specification of one file system',
        'type' => 'hash'
      }
    ],
    'license' => 'LGPL2',
    'name' => 'Fstab',
    'rw_config' => {
      'backend' => 'Fstab',
      'config_dir' => '/etc',
      'file' => 'fstab'
    }
  }
]
;