sambot 0.1.174 → 0.1.175

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: fc01d66ec3a4837353aa7e3e693efc25b3dff458
4
- data.tar.gz: 0b440367dac86136b57ce812f7c1709b9b327f9c
3
+ metadata.gz: 0a225c5dd1aac31aa53b62d3781999394560ea14
4
+ data.tar.gz: e908eb544cee0ee4c0dd3fe6f9768c32dc818dda
5
5
  SHA512:
6
- metadata.gz: 4372ab6c5296fd8299270c45a4542c909a55846fae7b09e1fc221fba0233b38975f7cbe49a03e02f42d06a4f98559d4c4c4999f12c9b1271227269b9e076224c
7
- data.tar.gz: 1aab8f3f148b619fcc7f99f5bcaea4a8c5307f65c877da4600a4cc3c42c8cd35707dca93c7de78da0aa4c327a2b706ce1f5de5ab03abccb8019a2bcb45fa11b6
6
+ metadata.gz: fb25a09ee00ad6a9341fec42596246a90204214d1ddcc5b510f3137763d9749609cd16596b748b3afe6eb735731b40c922a2351a8e411b145438ec307123ce7c
7
+ data.tar.gz: fd46a49bebe00685242b69e91d08d9dabff2cc56916102547393878e9727051668f07391d53b3f0c48b43f739d6d1c948334cbadc03faa86b2560dddba50862c
data/lib/sambot/cli.rb CHANGED
@@ -57,7 +57,7 @@ module Sambot
57
57
  platforms: ask(' What operating system will this cookbook run on?', :limited_to => ['windows', 'centos', 'both']),
58
58
  description: ask(' What does this cookbook do?')
59
59
  }
60
- opts[:identifier] = ask(' What will be the unique machiner identifier for this role cookbook?') if opts[:type] == 'role'
60
+ opts[:identifier] = ask(' What will be the unique machiner identifier for this role cookbook i.e. TCA (TeamCity Agent) or RMQ (RabbitMQ role)?') if opts[:type] == 'role'
61
61
  opts[:platforms] = opts[:platforms] == 'both' ? ['centos', 'windows'] : [opts[:platforms]]
62
62
  Chef::Cookbook.create(Config.new(opts))
63
63
  end
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Sambot
4
- VERSION = '0.1.174'.freeze
4
+ VERSION = '0.1.175'.freeze
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sambot
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.174
4
+ version: 0.1.175
5
5
  platform: ruby
6
6
  authors:
7
7
  - Olivier Kouame