tvd-tvdinner 0.0.9 → 0.0.11

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.9
1
+ 0.0.11
@@ -19,7 +19,7 @@ Gem::Specification.new do |s|
19
19
 
20
20
  s.require_path = "lib"
21
21
 
22
- s.add_dependency "microwave"
22
+ s.add_dependency "chef"
23
23
 
24
24
  s.author = "<%= node[:tvd][:author] %>"
25
25
  s.email = "<%= node[:tvd][:email] %>"
@@ -0,0 +1,19 @@
1
+ shome = File.expand_path("../../..", __FILE__)
2
+
3
+ bundler_cookbooks = ( ["#{shome}/lib"] + $: ).collect do |x|
4
+ File.join(File.expand_path("..", x), "cookbooks")
5
+ end.select {|x| File.directory? x }
6
+
7
+ cookbook_path bundler_cookbooks
8
+ sandbox_path platform_specific_path("#{shome}/var/chef/sandboxes")
9
+ checksum_path platform_specific_path("#{shome}/var/chef/checksums")
10
+ file_cache_path platform_specific_path("#{shome}/var/chef/cache")
11
+ file_backup_path platform_specific_path("#{shome}/var/chef/backup")
12
+ node_path platform_specific_path("#{shome}/var/chef/node")
13
+ role_path platform_specific_path("#{shome}/var/chef/roles")
14
+ data_bag_path platform_specific_path("#{shome}/var/chef/data_bags")
15
+ client_key platform_specific_path("/etc/chef/client.pem")
16
+ validation_key platform_specific_path("/etc/chef/validation.pem")
17
+ signing_ca_cert platform_specific_path("#{shome}/var/chef/ca/cert.pem")
18
+ signing_ca_key platform_specific_path("#{shome}/var/chef/ca/key.pem")
19
+ cache_options({ :path => platform_specific_path("#{shome}/var/chef/cache/checksums") })
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tvd-tvdinner
3
3
  version: !ruby/object:Gem::Version
4
- hash: 13
4
+ hash: 9
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 9
10
- version: 0.0.9
9
+ - 11
10
+ version: 0.0.11
11
11
  platform: ruby
12
12
  authors:
13
13
  - Tom Bombadil
@@ -15,11 +15,11 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2013-03-02 00:00:00 -08:00
18
+ date: 2013-03-03 00:00:00 -08:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency
22
- name: microwave
22
+ name: chef
23
23
  prerelease: false
24
24
  requirement: &id001 !ruby/object:Gem::Requirement
25
25
  none: false