Skip to content

Commit

Permalink
Update manifest docs for puppet-strings (voxpupuli#206)
Browse files Browse the repository at this point in the history
* Allows automatic generation of docs
* Adds rake task for doc generation
  • Loading branch information
petems committed Jul 3, 2017
1 parent 48d94db commit baf03df
Show file tree
Hide file tree
Showing 3 changed files with 100 additions and 498 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ group :test do
gem 'puppet-lint-unquoted_string-check', :require => false
gem 'puppet-lint-variable_contains_upcase', :require => false
gem 'metadata-json-lint', :require => false
gem 'puppet-strings', '0.4.0', :require => false
gem 'puppet-strings', '1.1.0', :require => false
gem 'puppet_facts', :require => false
gem 'rubocop-rspec', '~> 1.6', :require => false if RUBY_VERSION >= '2.3.0'
gem 'json_pure', '<= 2.0.1', :require => false if RUBY_VERSION < '2.0.0'
Expand Down
1 change: 1 addition & 0 deletions Rakefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
require 'puppetlabs_spec_helper/rake_tasks'
require 'puppet-lint/tasks/puppet-lint'
require 'puppet-syntax/tasks/puppet-syntax'
require 'puppet-strings/tasks'

# These two gems aren't always present, for instance
# on Travis with --without development
Expand Down
Loading

0 comments on commit baf03df

Please sign in to comment.