Ignore:
Timestamp:
Mar 19, 2010, 7:17:27 PM (14 years ago)
Author:
josx@…
Message:

Mejorando y cambiando la forma en que se usa el modulo cliente de pammount

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/puppet/modules/puppet-openldap/templates/pam_mount.conf.xml.erb

    r573 r599  
    88
    99
    10                 <!-- Volume definitions -->
     10<!-- Volume definitions -->
     11<% pammount.each do |type,server,path,mountpoint| %>
     12<volume fstype="<%= type %>" server="<%= server %>" path="<%= path %>" mountpoint="<%= mountpoint %>" />
     13<% end %>
    1114
    12 <volume fstype="<%= pammount_fstype %>" server="<%= pammount_server %>" path="<%= pammount_path %>" mountpoint="<%= pammount_mountpoint %>" />
    13 
    14 <% if has_variable?("pammount_fstype2") then %>
    15 <volume fstype="<%= pammount_fstype2 %>" server="<%= pammount_server2 %>" path="<%= pammount_path2 %>" mountpoint="<%= pammount_mountpoint2 %>" />
    16 <% end %>
    1715
    1816
Note: See TracChangeset for help on using the changeset viewer.