Skip to content

Commit

Permalink
Issue 6: Implement Blacksmith
Browse files Browse the repository at this point in the history
  • Loading branch information
myoung34 committed Dec 4, 2013
1 parent 4a28fab commit 368dae1
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 1 deletion.
1 change: 1 addition & 0 deletions Gemfile
Expand Up @@ -2,6 +2,7 @@ source 'https://rubygems.org'

group :rake do
gem 'puppet', '>=3.0.1'
gem 'puppet-blacksmith'
gem 'puppet-lint', '>=0.1.12'
gem 'puppetlabs_spec_helper'
gem 'rake', '>=0.9.2.2'
Expand Down
7 changes: 7 additions & 0 deletions Gemfile.lock
Expand Up @@ -34,6 +34,10 @@ GEM
facter (~> 1.6)
hiera (~> 1.0)
rgen (~> 0.6.5)
puppet-blacksmith (2.0.2)
nokogiri
puppet (>= 2.7.16)
rest-client
puppet-lint (0.3.2)
puppetlabs_spec_helper (0.4.1)
mocha (>= 0.10.5)
Expand All @@ -45,6 +49,8 @@ GEM
builder
nokogiri (>= 1.4.1)
trollop
rest-client (1.6.7)
mime-types (>= 1.16)
rgen (0.6.6)
rspec (2.14.1)
rspec-core (~> 2.14.0)
Expand Down Expand Up @@ -86,6 +92,7 @@ PLATFORMS

DEPENDENCIES
puppet (>= 3.0.1)
puppet-blacksmith
puppet-lint (>= 0.1.12)
puppetlabs_spec_helper
rake (>= 0.9.2.2)
Expand Down
2 changes: 1 addition & 1 deletion Modulefile
@@ -1,5 +1,5 @@
name 'myoung34-marklogic'
version '0.0.2'
version '0.0.3'
source 'http://github.com/myoung34/puppet-marklogic'
author 'Marcus Young'
license 'GPLv3+'
Expand Down
2 changes: 2 additions & 0 deletions Rakefile
@@ -1,8 +1,10 @@
require 'puppet_blacksmith/rake_tasks'
require 'puppetlabs_spec_helper/rake_tasks'
require 'puppet-lint/tasks/puppet-lint'
require 'rake'
require 'rspec/core/rake_task'
require 'rspec-system/rake_task'

PuppetLint.configuration.send("disable_80chars") #1990 called and they want their 1024x768 resolution back.
PuppetLint.configuration.send("disable_class_parameter_defaults")

Expand Down

0 comments on commit 368dae1

Please sign in to comment.