Skip to content

Commit

Permalink
Default puppet_env.
Browse files Browse the repository at this point in the history
  • Loading branch information
loe committed Jul 29, 2009
1 parent 0629030 commit d7226bb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
1.0.11
1.0.12
5 changes: 3 additions & 2 deletions iclassify-interface.gemspec
Expand Up @@ -2,11 +2,11 @@

Gem::Specification.new do |s|
s.name = %q{iclassify-interface}
s.version = "1.0.11"
s.version = "1.0.12"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["W. Andrew Loe III"]
s.date = %q{2009-07-24}
s.date = %q{2009-07-29}
s.email = %q{andrew@andrewloe.com}
s.executables = ["icagent", "icsearch", "icwatcher"]
s.extra_rdoc_files = [
Expand All @@ -29,6 +29,7 @@ Gem::Specification.new do |s|
"recipes/01_default_class.rb",
"recipes/02_ec2.rb",
"recipes/02_mongrel_server.rb",
"recipes/02_puppet_env.rb",
"recipes/03_mysql_server.rb"
]
s.homepage = %q{http://github.com/loe/iclassify-interface}
Expand Down
2 changes: 1 addition & 1 deletion recipes/02_puppet_env.rb
@@ -1,3 +1,3 @@
unless attrib?("puppet_env")
replace_attrib("puppet_env", "development")
replace_attrib("puppet_env", "skunkworks")
end

0 comments on commit d7226bb

Please sign in to comment.