kitchen-puppet 1.0.34 → 1.0.35

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 4ff25034f7a7dfe7a6f9af8c8d5d91d33f9cc6b1
4
- data.tar.gz: 676912db95788783bf3bfb4ac22eae57baa4a72c
3
+ metadata.gz: 3642499fb70d07a1b8c1179f5ecdf6268d591d59
4
+ data.tar.gz: a7b9f351b16f20350f7a174bb738a677f18a5796
5
5
  SHA512:
6
- metadata.gz: 52630ad4ceb29ffae31ce66be9bd2140be2de49d2b10f1b384e72bde9233c998d01d7b59c6a21c6de5ae84efccd7b39d78409f08e6b890d6d4ba25f85f32a2e3
7
- data.tar.gz: 0a7e9b3ed085fa7048eb35e231629188c5bbf97ef01736dcaf7862ed6fee219c56bd85d4ae2a0daef4e6568edfc8f3e573a83968924e4f50a9fb8b68fba9adcd
6
+ metadata.gz: c49fbf59201b995ec3d22555e9300be0661c307ab7131eafba4d2ae1ee164f25d99d5af0b5f81c6aaa1e53cbdedd334d6e5c294d29f34040a816e28c72837e50
7
+ data.tar.gz: 03486d81c68d3456f544abca47eb7d72d66005ab5857aedec191c5ce89187ac52427e1fbc83304017fbb411c9dfed89b5283181281b8df781487f36cd26547ef
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Kitchen
4
4
  module Puppet
5
- VERSION = '1.0.34'
5
+ VERSION = '1.0.35'
6
6
  end
7
7
  end
@@ -804,12 +804,13 @@ module Kitchen
804
804
  config[:puppet_apt_repo]
805
805
  end
806
806
  else
807
- error("Unsupported Platform - #{config[:platform]}")
807
+ debug("Apt repo detection failed with platform - #{config[:platform]}")
808
+ false
808
809
  end
809
810
  end
810
811
 
811
812
  def puppet_apt_repo_file
812
- puppet_apt_repo.split('/').last
813
+ puppet_apt_repo.split('/').last if puppet_apt_repo
813
814
  end
814
815
 
815
816
  def puppet_apt_coll_repo_file
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kitchen-puppet
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.34
4
+ version: 1.0.35
5
5
  platform: ruby
6
6
  authors:
7
7
  - Neill Turner
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-11-13 00:00:00.000000000 Z
11
+ date: 2015-11-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: test-kitchen