knife-easybake 0.0.7 → 0.0.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -53,6 +53,13 @@ class Chef
53
53
  organization = name_args[0]
54
54
  end
55
55
 
56
+ # Create the organization
57
+ begin
58
+ output "Ensuring organization #{organization} existence ..."
59
+ webui_session.create_org(organization)
60
+ rescue
61
+ end
62
+
56
63
  # Get validator key
57
64
  if config[:regen_validator_key]
58
65
  output "Regenerating validation key for #{organization}-validator..."
@@ -1,3 +1,3 @@
1
1
  module KnifeEasybake
2
- VERSION = "0.0.7"
2
+ VERSION = "0.0.8"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: knife-easybake
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.7
4
+ version: 0.0.8
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: