Commit Graph

8 Commits

Author SHA1 Message Date
Alex Dreyer eb8496bb16 "project_page" should point to the source. 2014-10-07 14:05:42 -07:00
Morgan Haskel cb630bf639 Make metadata match file generated by pmt 2014-10-07 13:14:36 -04:00
Hailee Kenney 78cc103d91 (maint) Use requirements instead of dependencies
In the previous commit, the metadata.json file was changed to have
puppet as a dependency rather than a requirement. This caused the
module to try to install puppet from the Forge which was not the
desired behavior for many reasons. Therefor, update the metadata
file to use requirements instead of dependencies.
2014-10-06 16:26:40 -07:00
Hailee Kenney 637deb6979 (maint) Update metadata.json for 0.1.0 release 2014-10-06 15:51:23 -07:00
Hailee Kenney ec0e26e339 (PDOC-3) Rename face to strings instead of yardoc
Since we don't want the name of the tool to reflect the fact that
it is using yard internally (this is an implementation detail), rename
the face to `strings`. Now when one wishes to generate documentation,
`puppet strings` will be used rather than `puppet yardoc`.
2014-09-11 09:57:19 -07:00
Charlie Sharpsteen 6e1e9b3e24 Require Puppet >= 3.6.0
Mostly due to breaking changes in how the `puppet module list` Face works.
2014-06-09 21:20:56 -07:00
Charlie Sharpsteen 07f9a800c7 Remove dependency on puppetlabs-stdlib
At the moment, there is no Puppet code in this module so there is no need for a
stdlib dependency.
2014-06-01 11:43:59 -07:00
Charlie Sharpsteen a9408c792b Initial commit
Added skeleton from `puppet module generate` minus bits related to manifests.
2014-05-16 10:57:24 -07:00