summaryrefslogtreecommitdiffstats
path: root/lib/puppet/face/file/store.rb
Commit message (Collapse)AuthorAgeFilesLines
* (#7561) Complete help text for all faces and actionsnfagerlund2011-05-261-0/+9
| | | | | | Faces help output relies on input from the documentation methods in each of the faces to be documented. This commit calls those methods in each of our faces, with varying levels of detail depending on their complexity.
* (#7279) Adding some basic file actionsLuke Kanies2011-05-031-0/+12
Add the ability to download a file into the local filebucket using a puppet URI or from disk. Also, the ability to store into the filebucket. These provide at least basic UI for moving data around using the filebucket service, and act as an example of how further work can be done. Also, update the code to eliminate a couple of redundant checks on arguments, and add some basic testing around the actions. Mostly only that they exist, at this point. Reviewed-By: Daniel Pittman <daniel@puppetlabs.com>