Skip to content

Commit d72a58c

Browse files
author
tphoney
committed
{maint} modulesync 0794b2c
1 parent 69e61d1 commit d72a58c

File tree

3 files changed

+5
-7
lines changed

3 files changed

+5
-7
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -208,11 +208,9 @@ review.
208208
Additional Resources
209209
====================
210210

211-
* [Getting additional help](http://puppetlabs.com/community/get-help)
211+
* [Getting additional help](http://puppet.com/community/get-help)
212212

213-
* [Writing tests](http://projects.puppetlabs.com/projects/puppet/wiki/Development_Writing_Tests)
214-
215-
* [Patchwork](https://patchwork.puppetlabs.com)
213+
* [Writing tests](https://docs.puppet.com/guides/module_guides/bgtm.html#step-three-module-testing)
216214

217215
* [General GitHub documentation](http://help.github.com/)
218216

Rakefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ require 'puppetlabs_spec_helper/rake_tasks'
44

55
PuppetLint.configuration.fail_on_warnings = true
66
PuppetLint.configuration.send('relative')
7-
PuppetLint.configuration.send('disable_80chars')
7+
PuppetLint.configuration.send('disable_140chars')
88
PuppetLint.configuration.send('disable_class_inherits_from_params_class')
99
PuppetLint.configuration.send('disable_documentation')
1010
PuppetLint.configuration.send('disable_single_quote_string_with_variables')
11-
PuppetLint.configuration.ignore_paths = ["spec/**/*.pp", "pkg/**/*.pp"]
11+
PuppetLint.configuration.ignore_paths = ["spec/**/*.pp", "pkg/**/*.pp", "bundle/**/*", "vendor/**/*"]
1212

1313
desc 'Generate pooler nodesets'
1414
task :gen_nodeset do

manifests/server/grant.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@
111111
'ALL PRIVILEGES' => 'USAGE',
112112
default => $_privilege,
113113
}
114-
114+
115115
# This checks if there is a difference between the sequences in the
116116
# specified schema and the sequences for which the role has the specified
117117
# privilege. It uses the EXCEPT clause which computes the set of rows

0 commit comments

Comments
 (0)