railsmachine-shadow_puppet 0.1.6 → 0.1.7

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.
Files changed (2) hide show
  1. data/lib/shadow_puppet/manifest.rb +0 -1
  2. metadata +2 -2
@@ -102,7 +102,6 @@ module ShadowPuppet
102
102
  Puppet[:user] = Process.uid
103
103
  Puppet[:group] = Process.gid
104
104
  Puppet::Util::Log.newdestination(:console)
105
- Puppet::Util::Log.level = :info
106
105
 
107
106
  configure(config)
108
107
  @executed = false
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: railsmachine-shadow_puppet
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.6
4
+ version: 0.1.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jesse Newland
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-02-19 00:00:00 -08:00
12
+ date: 2009-02-24 00:00:00 -08:00
13
13
  default_executable: shadow_puppet
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency