This module contains a set of types and classes that we have found useful while doing different administration tasks on Microsoft Windows systems.
If you have a manifest that could make others administrator's lives easier and it is not that important to be designed as an independent module, you are welcome to open a pull request!
The define type mapped_drive allows you to map a share folder to a drive letter.
windows_common::client::mapped_drive { 'my-drive':
ensure => present,
drive_letter => 'Z:',
server => 'public.host.com',
share => 'folder',
}
- Peter Pouliot [email protected]
- Luis Fernandez Alvarez [email protected]
- Octavian Ciuhandu [email protected]
- Vijay Tripathi [email protected]
- Tim Rogers