diff options
| author | Micah <micah@leap.se> | 2016-05-24 10:19:24 -0400 |
|---|---|---|
| committer | Micah <micah@leap.se> | 2016-05-24 10:19:24 -0400 |
| commit | b6b29da6f63d5d04f2d587dfa2227b1d6c9ecded (patch) | |
| tree | cdb4ee2b1a8f9b8ac4935370f62e1405a3044034 /spec/unit/puppet | |
Squashed 'puppet/modules/ntp/' content from commit 8a554ab
git-subtree-dir: puppet/modules/ntp
git-subtree-split: 8a554ab4b00e25f52a337c4c974fd89f44042957
Diffstat (limited to 'spec/unit/puppet')
| -rw-r--r-- | spec/unit/puppet/provider/README.markdown | 4 | ||||
| -rw-r--r-- | spec/unit/puppet/type/README.markdown | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/spec/unit/puppet/provider/README.markdown b/spec/unit/puppet/provider/README.markdown new file mode 100644 index 00000000..70258502 --- /dev/null +++ b/spec/unit/puppet/provider/README.markdown @@ -0,0 +1,4 @@ +Provider Specs +============== + +Define specs for your providers under this directory. diff --git a/spec/unit/puppet/type/README.markdown b/spec/unit/puppet/type/README.markdown new file mode 100644 index 00000000..1ee19ac8 --- /dev/null +++ b/spec/unit/puppet/type/README.markdown @@ -0,0 +1,4 @@ +Resource Type Specs +=================== + +Define specs for your resource types in this directory. |
