knife-supermarket 0.0.2 → 0.0.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/chef/knife/supermarket_download.rb +2 -2
- data/lib/chef/knife/supermarket_install.rb +2 -2
- data/lib/chef/knife/supermarket_list.rb +2 -2
- data/lib/chef/knife/supermarket_search.rb +2 -2
- data/lib/chef/knife/supermarket_share.rb +2 -2
- data/lib/chef/knife/supermarket_show.rb +2 -2
- data/lib/chef/knife/supermarket_unshare.rb +2 -2
- data/lib/knife-supermarket/version.rb +1 -1
- 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: 0be758fcc5429dc74bdb74b2584688cba7a86474
|
4
|
+
data.tar.gz: eb8d55323765139fd86d8cc24ad6530608af8310
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1cfc08cb0cee61e7001ba6bc1311030c8f03e562a51b18356197da554cdaf59171664ff2ab811385116b13aad04a676dbf1d8654f34554989839b388dc1fdf90
|
7
|
+
data.tar.gz: 3b31bab1cf361efa213e48b3130d9c8572355dbe101c7e86d687ce02e02729443e3579854c4cb3aeb7f4e2e5f0b33d55c6fd6e62eaf9894f3a6980293be4b6cf
|
@@ -27,9 +27,9 @@ class Chef
|
|
27
27
|
|
28
28
|
option :supermarket_site,
|
29
29
|
:short => '-m SUPERMARKET_SITE',
|
30
|
-
:long => '--
|
30
|
+
:long => '--supermarket-site SUPERMARKET_SITE',
|
31
31
|
:description => 'Supermarket Site',
|
32
|
-
:default => 'supermarket
|
32
|
+
:default => 'supermarket.getchef.com',
|
33
33
|
:proc => Proc.new { |supermarket| Chef::Config[:knife][:supermarket_site] = supermarket }
|
34
34
|
|
35
35
|
def cookbooks_api_url
|
@@ -34,9 +34,9 @@ class Chef
|
|
34
34
|
|
35
35
|
option :supermarket_site,
|
36
36
|
:short => '-m SUPERMARKET_SITE',
|
37
|
-
:long => '--
|
37
|
+
:long => '--supermarket-site SUPERMARKET_SITE',
|
38
38
|
:description => 'Supermarket Site',
|
39
|
-
:default => 'supermarket
|
39
|
+
:default => 'supermarket.getchef.com',
|
40
40
|
:proc => Proc.new { |supermarket| Chef::Config[:knife][:supermarket_site] = supermarket }
|
41
41
|
|
42
42
|
def download_cookbook_to(download_path)
|
@@ -27,9 +27,9 @@ class Chef
|
|
27
27
|
|
28
28
|
option :supermarket_site,
|
29
29
|
:short => '-m SUPERMARKET_SITE',
|
30
|
-
:long => '--
|
30
|
+
:long => '--supermarket-site SUPERMARKET_SITE',
|
31
31
|
:description => 'Supermarket Site',
|
32
|
-
:default => 'supermarket
|
32
|
+
:default => 'supermarket.getchef.com',
|
33
33
|
:proc => Proc.new { |supermarket| Chef::Config[:knife][:supermarket_site] = supermarket }
|
34
34
|
|
35
35
|
def get_cookbook_list(items=10, start=0, cookbook_collection={})
|
@@ -27,9 +27,9 @@ class Chef
|
|
27
27
|
|
28
28
|
option :supermarket_site,
|
29
29
|
:short => '-m SUPERMARKET_SITE',
|
30
|
-
:long => '--
|
30
|
+
:long => '--supermarket-site SUPERMARKET_SITE',
|
31
31
|
:description => 'Supermarket Site',
|
32
|
-
:default => 'supermarket
|
32
|
+
:default => 'supermarket.getchef.com',
|
33
33
|
:proc => Proc.new { |supermarket| Chef::Config[:knife][:supermarket_site] = supermarket }
|
34
34
|
|
35
35
|
def run
|
@@ -33,9 +33,9 @@ class Chef
|
|
33
33
|
|
34
34
|
option :supermarket_site,
|
35
35
|
:short => '-m SUPERMARKET_SITE',
|
36
|
-
:long => '--
|
36
|
+
:long => '--supermarket-site SUPERMARKET_SITE',
|
37
37
|
:description => 'Supermarket Site',
|
38
|
-
:default => 'supermarket
|
38
|
+
:default => 'supermarket.getchef.com',
|
39
39
|
:proc => Proc.new { |supermarket| Chef::Config[:knife][:supermarket_site] = supermarket }
|
40
40
|
|
41
41
|
def do_upload(cookbook_filename, cookbook_category, user_id, user_secret_filename)
|
@@ -27,9 +27,9 @@ class Chef
|
|
27
27
|
|
28
28
|
option :supermarket_site,
|
29
29
|
:short => '-m SUPERMARKET_SITE',
|
30
|
-
:long => '--
|
30
|
+
:long => '--supermarket-site SUPERMARKET_SITE',
|
31
31
|
:description => 'Supermarket Site',
|
32
|
-
:default => 'supermarket
|
32
|
+
:default => 'supermarket.getchef.com',
|
33
33
|
:proc => Proc.new { |supermarket| Chef::Config[:knife][:supermarket_site] = supermarket }
|
34
34
|
|
35
35
|
def get_cookbook_data
|
@@ -31,9 +31,9 @@ class Chef
|
|
31
31
|
|
32
32
|
option :supermarket_site,
|
33
33
|
:short => '-m SUPERMARKET_SITE',
|
34
|
-
:long => '--
|
34
|
+
:long => '--supermarket-site SUPERMARKET_SITE',
|
35
35
|
:description => 'Supermarket Site',
|
36
|
-
:default => 'supermarket
|
36
|
+
:default => 'supermarket.getchef.com',
|
37
37
|
:proc => Proc.new { |supermarket| Chef::Config[:knife][:supermarket_site] = supermarket }
|
38
38
|
|
39
39
|
def run
|