simp-beaker-helpers 1.10.2 → 1.10.3

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
  SHA256:
3
- metadata.gz: 1efcc524131a3d50836b92a745c9820975f0471ba6c7a348cb26c2e983167095
4
- data.tar.gz: 8a8bed81f857e41d8a95c5a7240f01bf0e70092d21cd30366ec517e28d3d1ca5
3
+ metadata.gz: 2abf8d079a5c6cfaae432269cdec1cc0a4fa2fd826ead96a7e85f4830e73c931
4
+ data.tar.gz: 310f9395e48e7a26163d0a6dd11d885fef90a31d5da496180e0c62846e6f5422
5
5
  SHA512:
6
- metadata.gz: 27a0ebae42fd185b67c9603139dad57d26a490f2ea417e7997f03b77aade6cb02dc6be32cb227b341fedd247e6f3bb0e4395c7f615bbbe4fcae4fd57ae733409
7
- data.tar.gz: 0d603e482af1f09c1bf9083ab1f4181fb363eaf5b205ddb29dc6e9cacc48ac037e841e646ce870ef267248c4cb490b91356ff4821a562e3d22764e5b0abdcdb8
6
+ metadata.gz: 23b276d8068e784f7dcf6c4869e33fc50f5775fe76ef3a68f749356607d18462f7018d06229bf17420b30a2fb78dd0e77adaf78d1c5754c661ea6c8e6359cc4d
7
+ data.tar.gz: 67a42bbc95c7e1ea60730ed0031651a502e3bac1665c070d8de1c7fecddc9268a01df0b9aa480cacada17f21933f00ec446ef4a107ef9c7e0b68a9b7642433a3
data/CHANGELOG.md CHANGED
@@ -1,3 +1,6 @@
1
+ ### 1.10.3 / 2018-03-23
2
+ * Avoid warnings when using `puppet config print`
3
+
1
4
  ### 1.10.2 / 2018-03-04
2
5
  * Reimplemented `pluginsync_on` with a Puppet manifest to completely mimic
3
6
  a native pluginsync
@@ -74,7 +74,7 @@ module Simp::BeakerHelpers
74
74
  # Returns the modulepath on the SUT, as an Array
75
75
  def puppet_modulepath_on(sut, environment='production')
76
76
  on(
77
- sut, "puppet config print modulepath --environment #{environment}"
77
+ sut, "puppet config print --section main modulepath --environment #{environment} 2>/dev/null"
78
78
  ).output.lines.last.strip.split(':')
79
79
  end
80
80
 
@@ -1,5 +1,5 @@
1
1
  module Simp; end
2
2
 
3
3
  module Simp::BeakerHelpers
4
- VERSION = '1.10.2'
4
+ VERSION = '1.10.3'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: simp-beaker-helpers
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.10.2
4
+ version: 1.10.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chris Tessmer
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2018-03-19 00:00:00.000000000 Z
12
+ date: 2018-03-23 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: beaker