diff options
author | James Turnbull <james@lovedthanlost.net> | 2008-04-01 07:36:58 +1100 |
---|---|---|
committer | James Turnbull <james@lovedthanlost.net> | 2008-04-01 07:36:58 +1100 |
commit | 9c8315f5b31f4be4c541a21b0f326be66ec0b9a6 (patch) | |
tree | 04113d4a57fbcd6e09f34c365085e63240020bfc /lib | |
parent | 4f8df9803a9ad2f31d3e86418732a230b5cee3f3 (diff) | |
parent | eae5cee12df708de5cebfbed2fff42a1890070f5 (diff) | |
download | puppet-9c8315f5b31f4be4c541a21b0f326be66ec0b9a6.tar.gz puppet-9c8315f5b31f4be4c541a21b0f326be66ec0b9a6.tar.xz puppet-9c8315f5b31f4be4c541a21b0f326be66ec0b9a6.zip |
Merge branch '0.24.x' of git://reductivelabs.com/puppet into 0.24.x
Diffstat (limited to 'lib')
-rwxr-xr-x | lib/puppet/type/mount.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/puppet/type/mount.rb b/lib/puppet/type/mount.rb index ca8e27e17..e18630cc8 100755 --- a/lib/puppet/type/mount.rb +++ b/lib/puppet/type/mount.rb @@ -95,7 +95,7 @@ module Puppet # Solaris specifies two devices, not just one. newproperty(:blockdevice) do - desc "The the device to fsck. This is property is only valid + desc "The device to fsck. This is property is only valid on Solaris, and in most cases will default to the correct value." |