simp-metadata 0.4.3 → 0.4.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/simp/metadata/release.rb +0 -5
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 787ec71ba309fd25a0db84b65e7b4df6d21c0d8d
|
4
|
+
data.tar.gz: 58bfa532d6dfb01909e1964b5ae159a784ffcb12
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a0cb0bd18113057d09f7578825318e088952b88648d172f1e11d5ce04324f17b16578de2f509f539ece9b20c28d2faeab7bb99ad3a58bf5413f3cbb8277b73ac
|
7
|
+
data.tar.gz: b9816ccae3dc61765b03a0c91a0d29c71b8cde57de39c65f98b6ee8d4751273d5b2355457cc5691282f15a85f9add84d0efc00007e77112f31841c834eefddf0
|
@@ -33,17 +33,12 @@ module Simp
|
|
33
33
|
contents << "moduledir 'src'"
|
34
34
|
contents << ""
|
35
35
|
contents << puppetfile_component(components['simp-doc'], options)
|
36
|
-
contents << puppetfile_component(components['simp-rsync'], options)
|
37
36
|
contents << "moduledir 'src/assets'"
|
38
37
|
contents << ""
|
39
38
|
components.each do |component|
|
40
39
|
if (component.component_type == "rpm")
|
41
40
|
contents << puppetfile_component(component, options)
|
42
41
|
end
|
43
|
-
end
|
44
|
-
contents << "moduledir 'src/rubygems'"
|
45
|
-
contents << ""
|
46
|
-
components.each do |component|
|
47
42
|
if (component.component_type == "rubygem")
|
48
43
|
contents << puppetfile_component(component, options)
|
49
44
|
end
|