diff options
author | Nick Lewis <nick@puppetlabs.com> | 2011-06-08 18:41:16 -0700 |
---|---|---|
committer | Nick Lewis <nick@puppetlabs.com> | 2011-06-08 18:41:16 -0700 |
commit | 8ccd00963d91f168438eaec4b29a18cd4a1ac583 (patch) | |
tree | 85e15c5ef9390454438fb300c5baa38a7f2f5f3e /lib/puppet/face/file/download.rb | |
parent | 376e0f04af01810d00eede4de52744bb8c8e1681 (diff) | |
parent | d4c499dfdbd94f5272278e1ba87a75915607c3d7 (diff) | |
download | puppet-8ccd00963d91f168438eaec4b29a18cd4a1ac583.tar.gz puppet-8ccd00963d91f168438eaec4b29a18cd4a1ac583.tar.xz puppet-8ccd00963d91f168438eaec4b29a18cd4a1ac583.zip |
Merge branch '2.7rc' into 2.7.x
Diffstat (limited to 'lib/puppet/face/file/download.rb')
-rw-r--r-- | lib/puppet/face/file/download.rb | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/puppet/face/file/download.rb b/lib/puppet/face/file/download.rb index 8a300fbf1..3e67e452a 100644 --- a/lib/puppet/face/file/download.rb +++ b/lib/puppet/face/file/download.rb @@ -2,12 +2,12 @@ Puppet::Face.define(:file, '0.0.1') do action :download do |*args| summary "Download a file into the local filebucket." - arguments "( {md5}<checksum> | puppet:///... )" - returns "Nothing" + arguments "( {md5}<checksum> | <puppet_url> )" + returns "Nothing." description <<-EOT - Downloads a file from the puppet master's filebucket and - duplicates it in the local filebucket. This action's checksum - syntax differs from `find`'s, and it can accept a <puppet:///> URL. + Downloads a file from the puppet master's filebucket and duplicates it in + the local filebucket. This action's checksum syntax differs from `find`'s, + and it can accept a <puppet:///> URL. EOT examples <<-'EOT' Download a file by URL: |