Changeset 585 for trunk


Ignore:
Timestamp:
Mar 13, 2010, 1:34:59 PM (14 years ago)
Author:
sebas@…
Message:

formateo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/puppet/modules/puppet-nfs_server/manifests/init.pp

    r583 r585  
    1111}
    1212
     13# No lo usamos...
    1314define share_mounts($share_root, $volgroup) {
    14 
    1515    mount { "${share_root}/$name":
    1616        ensure  => mounted,
     
    2727    include nfs_server
    2828
    29     share_dirs { $shares: share_root => $name }     # $shares is an array
    30 #   share_mounts { $shares: share_root => $name, volgroup => $volgroup }    # $shares is an array
     29    # $shares is an array
     30    share_dirs { $shares: share_root => $name }
     31#   share_mounts { $shares: share_root => $name, volgroup => $volgroup }
    3132
    3233    file { "/etc/exports":
Note: See TracChangeset for help on using the changeset viewer.