This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Copyright (c) 2012 ZenRobotics Ltd. All rights reserved. | |
# $modules/$module/lib/puppet/type/mapped_drive.rb | |
Puppet::Type.newtype(:mapped_drive) do | |
ensurable | |
newparam(:local, :namevar => true) do | |
desc 'Drive letter to map.' | |
end |