We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e3b9938 + f333d83 commit 4a3f13bCopy full SHA for 4a3f13b
.gitignore
@@ -1,5 +1,4 @@
1
pkg/
2
-metadata.json
3
Gemfile.lock
4
.rspec_system/
5
.*.sw*
metadata.json
@@ -0,0 +1,30 @@
+{
+ "name": "puppetlabs/ntp",
+ "version": "2.0.1",
+ "summary": "NTP server and clients management.",
+ "source": "[email protected]/puppetlabs/puppetlabs-ntp.git",
6
+ "project_page": "http://github.com/puppetlabs/puppetlabs-ntp",
7
+ "author": "Puppet Labs",
8
+ "license": "Apache-2.0",
9
+ "operatingsystem_support": [
10
+ "RedHat",
11
+ "OpenSUSE",
12
+ "SLES",
13
+ "SLED",
14
+ "Debian",
15
+ "Ubuntu"
16
+ ],
17
+ "puppet_version": [
18
+ 2.7,
19
+ 3.0,
20
+ 3.1,
21
+ 3.2,
22
+ 3.3
23
24
+ "dependencies": [
25
+ {
26
+ "name": "puppetlabs/stdlib",
27
+ "version_requirement": ">= 2.2.1"
28
+ }
29
+ ]
30
+}
0 commit comments