Skip to content

Commit

Permalink
Beginning the Puppet/Chef removal (#608)
Browse files Browse the repository at this point in the history
Merged PR #608.
  • Loading branch information
rambleraptor authored and modular-magician committed Oct 31, 2018
1 parent d831ca7 commit 11fe11f
Show file tree
Hide file tree
Showing 503 changed files with 4 additions and 35,813 deletions.
2 changes: 0 additions & 2 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ Dir.chdir(File.dirname(__FILE__))

PROVIDER_FOLDERS = {
ansible: 'build/ansible',
puppet: 'build/puppet/%<mod>s',
chef: 'build/chef/%<mod>s',
terraform: 'build/terraform',
inspec: 'build/inspec'
}.freeze
Expand Down
2 changes: 1 addition & 1 deletion compile/core.rb
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ def autogen_exception

def comment_block(text, lang)
case lang
when :ruby, :python, :puppet, :chef, :yaml, :git, :gemfile
when :ruby, :python, :yaml, :git, :gemfile
text.map { |t| t&.empty? ? '#' : "# #{t}" }
when :go
text.map { |t| t&.empty? ? '//' : "// #{t}" }
Expand Down
4 changes: 0 additions & 4 deletions compiler.rb
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,8 @@
require 'optparse'
require 'provider/ansible'
require 'provider/ansible/bundle'
require 'provider/chef'
require 'provider/chef/bundle'
require 'provider/example'
require 'provider/inspec'
require 'provider/puppet'
require 'provider/puppet/bundle'
require 'provider/terraform'
require 'provider/terraform_example'
require 'pp' if ENV['COMPILER_DEBUG']
Expand Down
135 changes: 0 additions & 135 deletions dependencies/dependency_graph.rb

This file was deleted.

131 changes: 0 additions & 131 deletions dependencies/graph.rb

This file was deleted.

Loading

0 comments on commit 11fe11f

Please sign in to comment.