Changeset 573 for trunk/puppet/modules/puppet-openldap/manifests/classes
- Timestamp:
- Mar 12, 2010, 2:58:03 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/puppet/modules/puppet-openldap/manifests/classes/client.pp
r568 r573 66 66 # 67 67 # used like this: 68 # 69 # $pammount_fstype = 'nfs' 70 # $pammount_server = '10.0.0.2' 71 # $pammount_path = '~' 72 # $pammount_mountpoint = '~' 68 # * for one mount point 69 # $pammount_fstype = 'nfs' 70 # $pammount_server = '10.0.0.2' 71 # $pammount_path = '~' 72 # $pammount_mountpoint = '~' 73 # * if you need a second mount point 74 # $pammount_fstype2 = 'nfs' 75 # $pammount_server2 = '10.0.0.2' 76 # $pammount_path2 = '/home/shared/' 77 # $pammount_mountpoint2 = '/home/shared' 73 78 # include openldap::client::pammount 74 79
Note: See TracChangeset
for help on using the changeset viewer.