Skip to content
This repository has been archived by the owner on Jan 4, 2021. It is now read-only.

Commit

Permalink
Merge pull request #390 from ripienaar/389
Browse files Browse the repository at this point in the history
(#389) remove the bolt_task, software is too unstable
  • Loading branch information
ripienaar committed Feb 16, 2018
2 parents e5faf8a + 088b91f commit d891b31
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 325 deletions.
30 changes: 15 additions & 15 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ GEM
specs:
CFPropertyList (2.3.6)
addressable (2.4.0)
ast (2.3.0)
ast (2.4.0)
bolt (0.7.0)
CFPropertyList (~> 2.2)
addressable (< 2.5.0)
Expand Down Expand Up @@ -43,17 +43,17 @@ GEM
facter (2.5.1)
faraday (0.11.0)
multipart-post (>= 1.2, < 3)
fast_gettext (1.1.0)
ffi (1.9.18)
fast_gettext (1.1.2)
ffi (1.9.21)
formatador (0.2.5)
gettext (3.2.6)
locale (>= 2.0.5)
text (>= 1.3.0)
gettext-setup (0.29)
gettext-setup (0.30)
fast_gettext (~> 1.1.0)
gettext (>= 3.0.2)
locale
google-protobuf (3.5.0)
google-protobuf (3.5.1.2)
googleauth (0.5.1)
faraday (~> 0.9)
jwt (~> 1.4)
Expand All @@ -67,10 +67,10 @@ GEM
googleauth (~> 0.5.1)
gssapi (1.2.0)
ffi (>= 1.0.1)
guard (2.14.1)
guard (2.14.2)
formatador (>= 0.2.4)
listen (>= 2.7, < 4.0)
lumberjack (~> 1.0)
lumberjack (>= 1.0.12, < 2.0)
nenv (~> 0.1)
notiffany (~> 0.0)
pry (>= 0.9.12)
Expand Down Expand Up @@ -117,7 +117,7 @@ GEM
minitar (0.6.1)
mocha (1.3.0)
metaclass (~> 0.0.1)
multi_json (1.12.2)
multi_json (1.13.1)
multipart-post (2.0.0)
nats-pure (0.2.4)
nenv (0.3.0)
Expand All @@ -137,9 +137,9 @@ GEM
pry (0.11.3)
coderay (~> 1.1.0)
method_source (~> 0.9.0)
puppet (5.3.3)
facter (> 2.0, < 4)
gettext-setup (>= 0.10, < 1)
puppet (5.4.0)
facter (> 2.0.1, < 4)
fast_gettext (~> 1.1.2)
hiera (>= 3.2.1, < 4)
locale (~> 2.1)
rainbow (2.2.2)
Expand All @@ -152,15 +152,15 @@ GEM
rspec-core (~> 3.7.0)
rspec-expectations (~> 3.7.0)
rspec-mocks (~> 3.7.0)
rspec-core (3.7.0)
rspec-core (3.7.1)
rspec-support (~> 3.7.0)
rspec-expectations (3.7.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.7.0)
rspec-mocks (3.7.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.7.0)
rspec-support (3.7.0)
rspec-support (3.7.1)
rubocop (0.51.0)
parallel (~> 1.10)
parser (>= 2.3.3.1, < 3.0)
Expand Down Expand Up @@ -194,7 +194,7 @@ GEM
thor (0.19.4)
tins (1.16.3)
unicode-display_width (1.3.0)
webmock (3.1.1)
webmock (3.3.0)
addressable (>= 2.3.6)
crack (>= 0.3.2)
hashdiff
Expand All @@ -215,7 +215,7 @@ GEM
logging (>= 1.6.1, < 3.0)
nori (~> 2.0)
rubyntlm (~> 0.6.0, >= 0.6.1)
winrm-fs (1.1.1)
winrm-fs (1.2.0)
erubis (~> 2.7)
logging (>= 1.6.1, < 3.0)
rubyzip (~> 1.1)
Expand Down
1 change: 0 additions & 1 deletion lib/mcollective/util/playbook/tasks.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
require_relative "tasks/shell_task"
require_relative "tasks/slack_task"
require_relative "tasks/webhook_task"
require_relative "tasks/bolt_task"

module MCollective
module Util
Expand Down
174 changes: 0 additions & 174 deletions lib/mcollective/util/playbook/tasks/bolt_task.rb

This file was deleted.

Loading

0 comments on commit d891b31

Please sign in to comment.