kitchen-dsc 0.4.0 → 0.4.1

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: 2427c0b295f805d273274902356713f2b43f7830
4
- data.tar.gz: 71aa87ccaa88df2c2d8421d634553494afde038e
3
+ metadata.gz: c826567005b0b8c0b62e28e0e80ea801056c8895
4
+ data.tar.gz: 6349284893ff24dafd4dc61f71239560823a0dfd
5
5
  SHA512:
6
- metadata.gz: c3e29b049b24fc18d267ef0e90f3eb3e2ff6c8de25b9dc1a793bbec011373df3ca872ade1734a320b1550c20954ea9acb2a9c3d3bb550b12c5b42d153a91114b
7
- data.tar.gz: a272c13d4c2b14b07123f1ddc0e4e8350593cdab32169dfb4ebdd0539b35808729bbfd1c933c6cbc871ef74a8f35d992bcd015e89219ce0b76dc07859ffb9353
6
+ metadata.gz: c45dad49b3de9a69ab85e0c0795bb869d4d489b738e376b3f99c954eeb40d8feef3a5a034f3bae959755da2ea0a2915328d3bc7e4ed543d738855f8fb38b8969
7
+ data.tar.gz: 063aebdec25039d04a8a8dbcbc20dd5aa7c346e2b9f746a2431592e847a8a9b5b070d479b09184d543fd03c4829ab386cb04bf34826d35f424fb7fc21601a093
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Kitchen
4
4
  module Dsc
5
- VERSION = '0.4.0'
5
+ VERSION = '0.4.1'
6
6
  end
7
7
  end
@@ -99,9 +99,10 @@ module Kitchen
99
99
  end
100
100
  full_lcm_configuration_script = <<-EOH
101
101
  #{lcm_configuration_script}
102
-
102
+
103
103
  $null = SetupLCM
104
104
  Set-DscLocalConfigurationManager -Path ./SetupLCM
105
+ if ($PSVersionTable.PSVersion.Major -ge 5) {Enable-DscDebug}
105
106
  EOH
106
107
 
107
108
  wrap_shell_code(full_lcm_configuration_script)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kitchen-dsc
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0
4
+ version: 0.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Steven Murawski