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 | 3ff2bbfa2bcf9d70e2df1e3e8c9336f18c2217b7 (patch) | |
tree | aa3e31b19b135fe224c9787ba388a663c59789e9 /puppet/modules/ntp/spec/unit | |
parent | 6affc72f829247fc78b637c27f47cf8bf6beafb7 (diff) | |
parent | b6b29da6f63d5d04f2d587dfa2227b1d6c9ecded (diff) |
Merge commit 'b6b29da6f63d5d04f2d587dfa2227b1d6c9ecded' as 'puppet/modules/ntp'
Diffstat (limited to 'puppet/modules/ntp/spec/unit')
-rw-r--r-- | puppet/modules/ntp/spec/unit/puppet/provider/README.markdown | 4 | ||||
-rw-r--r-- | puppet/modules/ntp/spec/unit/puppet/type/README.markdown | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/puppet/modules/ntp/spec/unit/puppet/provider/README.markdown b/puppet/modules/ntp/spec/unit/puppet/provider/README.markdown new file mode 100644 index 00000000..70258502 --- /dev/null +++ b/puppet/modules/ntp/spec/unit/puppet/provider/README.markdown @@ -0,0 +1,4 @@ +Provider Specs +============== + +Define specs for your providers under this directory. diff --git a/puppet/modules/ntp/spec/unit/puppet/type/README.markdown b/puppet/modules/ntp/spec/unit/puppet/type/README.markdown new file mode 100644 index 00000000..1ee19ac8 --- /dev/null +++ b/puppet/modules/ntp/spec/unit/puppet/type/README.markdown @@ -0,0 +1,4 @@ +Resource Type Specs +=================== + +Define specs for your resource types in this directory. |