pdqtest 0.8.1 → 0.8.2

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: ea674615d362a0344980ca8c7d0edc8785bed8ad
4
- data.tar.gz: 9dc9b3939c58287e110e44b6dec52aeb4992edee
3
+ metadata.gz: dd12d3e44c1451ff430513f0b66e668c6e27723e
4
+ data.tar.gz: 9b874d05f9a76647ccf49ce7a05d0694723ee9b5
5
5
  SHA512:
6
- metadata.gz: 6c57491c69ffaac96d5244afa3ba55cdb4b8c6ab0e2519687d396f09a78d91da1e7a4f343f713460e922fbdd762717ebbdc578841cfb71c0e17db21d54b39550
7
- data.tar.gz: 5f28eb2ffdc45a6f8ad3e54c266ac5b7d97e8c1f47dd418609ef923c6d5ef591584591eacd212a75d3c53384692d8919b4631094d9eb1780dbdd8a9b0a95a20f
6
+ metadata.gz: 2d6772dc79715986c85df2d0fbe95b2cd26625891fdf4e29186eab66e520a1b89e86063a85576a5c46120b6976ccc354053cc63095b8bfbe6a40d422053c00e1
7
+ data.tar.gz: 1b80fd72cd4c53e62324c490bb143f6ede7cdd8dbfe40518c5b44b2ee31d82057b4affaf7a5cffc9b6d73e77b0ac417d6dc8d273cc8b20e8048426c183c9969b
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- pdqtest (0.8.0)
4
+ pdqtest (0.8.2)
5
5
  docker-api (= 1.33.1)
6
6
  escort (= 0.4.0)
7
7
  git_refresh (= 0.1.1)
@@ -22,7 +22,7 @@ CMD ["/sbin/init"]
22
22
 
23
23
  # leave the apt metadata in place to allow apt-get install... to work (puppet
24
24
  # package resource)
25
- RUN apt-get install -y cron \
25
+ RUN apt-get update && apt-get install -y cron \
26
26
  initscripts \
27
27
  git \
28
28
  zlib1g-dev \
@@ -31,6 +31,8 @@ RUN apt-get install -y cron \
31
31
  policycoreutils \
32
32
  curl \
33
33
  locales \
34
+ iputils-ping \
35
+ dnsutils \
34
36
  locales-all && dpkg-reconfigure locales
35
37
 
36
38
  # fix locale
@@ -8,7 +8,7 @@ module PDQTest
8
8
  ENV='export TERM=xterm LC_ALL=C PATH=/usr/local/bats/bin:/opt/puppetlabs/puppet/bin:$PATH;'
9
9
  IMAGES = {
10
10
  :DEFAULT => 'geoffwilliams/pdqtest-centos:2017-09-19-0',
11
- :UBUNTU => 'geoffwilliams/pdqtest-ubuntu:2017-09-18-0',
11
+ :UBUNTU => 'geoffwilliams/pdqtest-ubuntu:2017-09-20-0',
12
12
  }
13
13
  HIERA_YAML_CONTAINER = '/etc/puppetlabs/puppet/hiera.yaml'
14
14
  HIERA_YAML_HOST = '/spec/fixtures/hiera.yaml'
@@ -1,3 +1,3 @@
1
1
  module PDQTest
2
- VERSION = "0.8.1"
2
+ VERSION = "0.8.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pdqtest
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.1
4
+ version: 0.8.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Geoff Williams