1
+ {
2
+ "name" : " puppetlabs-apache" ,
3
+ "dependencies" : [
4
+
5
+ ],
6
+ "author" : " " ,
7
+ "license" : " " ,
8
+ "version" : " 0.0.3" ,
9
+ "checksums" : {
10
+ "tests/ssl.pp" : " 191912535199531fd631f911c6329e56" ,
11
+ "manifests/params.pp" : " 8728cf041cdd94bb0899170eb2b417d9" ,
12
+ "tests/vhost.pp" : " 1b91e03c8ef89a7ecb6793831ac18399" ,
13
+ "manifests/php.pp" : " 8a5ca4035b1c22892923f3fde55e3d5e" ,
14
+ "lib/puppet/provider/a2mod/a2mod.rb" : " 18c5bb180b75a2375e95e07f88a94257" ,
15
+ "tests/php.pp" : " ce7bb9eef69d32b42a32ce32d9653625" ,
16
+ "files/httpd" : " 295f5e924afe6f752d29327e73fe6d0a" ,
17
+ "manifests/dev.pp" : " bc54a5af648cb04b7b3bb0e3f7be6543" ,
18
+ "manifests/ssl.pp" : " 11ed1861298c72cca3a706480bb0b67c" ,
19
+ "files/test.vhost" : " 0602022c19a7b6b289f218c7b93c1aea" ,
20
+ "tests/init.pp" : " 4eac4a7ef68499854c54a78879e25535" ,
21
+ "manifests/vhost.pp" : " 7806a6c098e217da046d0555314756c4" ,
22
+ "lib/puppet/type/a2mod.rb" : " 0e1b4843431413a10320ac1f6a055d15" ,
23
+ "templates/vhost-default.conf.erb" : " ed64a53af0d7bad762176a98c9ea3e62" ,
24
+ "tests/dev.pp" : " 4cf15c1fecea3ca86009f182b402c7ab" ,
25
+ "tests/apache.pp" : " 4eac4a7ef68499854c54a78879e25535" ,
26
+ "Modulefile" : " 9b7a414bf15b06afe2f011068fcaff52" ,
27
+ "manifests/init.pp" : " 9ef7e081c832bca8f861c3a9feb9949d"
28
+ },
29
+ "types" : [
30
+ {
31
+ "name" : " a2mod" ,
32
+ "doc" : " Manage Apache 2 modules on Debian and Ubuntu" ,
33
+ "parameters" : [
34
+ {
35
+ "name" : " name" ,
36
+ "doc" : " The name of the module to be managed"
37
+ }
38
+ ],
39
+ "providers" : [
40
+ {
41
+ "name" : " a2mod" ,
42
+ "doc" : " Manage Apache 2 modules on Debian and Ubuntu Required binaries: ``a2enmod``, ``a2dismod``. Default for ``operatingsystem`` == ``debianubuntu``. "
43
+ }
44
+ ],
45
+ "properties" : [
46
+ {
47
+ "name" : " ensure" ,
48
+ "doc" : " The basic property that the resource should be in. Valid values are ``present``, ``absent``."
49
+ }
50
+ ]
51
+ }
52
+ ],
53
+ "source" : " "
54
+ }
0 commit comments