Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dalen/puppetls
Puppet face to list file resources
https://github.com/dalen/puppetls
Last synced: about 1 month ago
JSON representation
Puppet face to list file resources
- Host: GitHub
- URL: https://github.com/dalen/puppetls
- Owner: dalen
- Created: 2013-02-25T22:06:54.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2018-04-23T06:46:49.000Z (over 6 years ago)
- Last Synced: 2024-10-13T00:25:42.308Z (about 1 month ago)
- Language: Ruby
- Size: 10.7 KB
- Stars: 14
- Watchers: 7
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG
Awesome Lists containing this project
README
Puppet Face to list files
=========================This face adds a ls command to Puppet to list files managed by Puppet.
Usage
-----$ puppet ls /etc
...lists file resources in /etc
$ puppet ls /etc -r
...lists file resources under /etc
$ puppet ls
...lists file resources in current directory