loe-iclassify-interface 1.0.14 → 1.0.15

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.14
1
+ 1.0.15
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{iclassify-interface}
5
- s.version = "1.0.14"
5
+ s.version = "1.0.15"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
8
8
  s.authors = ["Adam Jacob", "W. Andrew Loe III"]
data/recipes/00_facter.rb CHANGED
@@ -1,4 +1,3 @@
1
- ENV['FACTERLIB'] = '/var/lib/puppet/lib/facter'
2
1
  require 'rubygems'
3
2
  require 'facter'
4
3
 
@@ -1,3 +1,3 @@
1
- unless attrib?("puppet_env")
2
- replace_attrib("puppet_env", "skunkworks")
1
+ unless attrib?('puppet_env')
2
+ replace_attrib('puppet_env', ENV['PUPPET_ENV'] || 'production')
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: loe-iclassify-interface
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.14
4
+ version: 1.0.15
5
5
  platform: ruby
6
6
  authors:
7
7
  - Adam Jacob