Skip to content

Commit

Permalink
Fix failing lint tests
Browse files Browse the repository at this point in the history
Disabled checking for only variables in strings and fixed trailing spaces.
  • Loading branch information
Colleen Murphy committed Jul 3, 2014
1 parent e94f504 commit 292d2c2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ PuppetLint.configuration.send('disable_class_inherits_from_params_class')
PuppetLint.configuration.send('disable_class_parameter_defaults')
PuppetLint.configuration.send('disable_documentation')
PuppetLint.configuration.send('disable_single_quote_string_with_variables')
PuppetLint.configuration.send('disable_only_variable_string')
PuppetLint.configuration.ignore_paths = ["spec/**/*.pp", "pkg/**/*.pp"]
4 changes: 2 additions & 2 deletions manifests/mod/dav_svn.pp
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
) {
Class['::apache::mod::dav'] -> Class['::apache::mod::dav_svn']
include ::apache::mod::dav
::apache::mod { 'dav_svn': }
::apache::mod { 'dav_svn': }

if $authz_svn_enabled {
::apache::mod { 'authz_svn':
loadfile_name => 'dav_svn_authz_svn.load',
Expand Down

0 comments on commit 292d2c2

Please sign in to comment.