Skip to content
This repository has been archived by the owner on Jun 5, 2020. It is now read-only.

Commit

Permalink
Merge pull request #491 from ccaum/remove_pry
Browse files Browse the repository at this point in the history
Remove pry from ec2_instance provider
  • Loading branch information
gregohardy authored Nov 29, 2017
2 parents 1b0e75c + ea0ee3d commit ea01cbb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/puppet/provider/ec2_instance/v2.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
require_relative '../../../puppet_x/puppetlabs/aws.rb'
require 'base64'
require 'pry'

Puppet::Type.type(:ec2_instance).provide(:v2, :parent => PuppetX::Puppetlabs::Aws) do
confine feature: :aws
Expand Down

0 comments on commit ea01cbb

Please sign in to comment.