Skip to content

Commit

Permalink
don't ignore lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
3flex authored and Matthew Haughton committed Dec 10, 2014
1 parent 50c1e57 commit 8df2e75
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions manifests/resource/location.pp
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@
$content_real,
template('nginx/vhost/location_footer.erb')
], ''),
order => "${priority}", #lint:ignore:only_variable_string waiting on https://github.com/puppetlabs/puppetlabs-concat/commit/f70881fbfd01c404616e9e4139d98dad78d5a918
order => $priority,
}
}

Expand All @@ -372,7 +372,7 @@
$content_real,
template('nginx/vhost/location_footer.erb')
], ''),
order => "${ssl_priority}", #lint:ignore:only_variable_string waiting on https://github.com/puppetlabs/puppetlabs-concat/commit/f70881fbfd01c404616e9e4139d98dad78d5a918
order => $ssl_priority,
}
}

Expand Down
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
"dependencies": [
{"name":"puppetlabs/stdlib","version_requirement":">= 3.0.0 <5.0.0"},
{"name":"puppetlabs/apt","version_requirement":">= 1.0.0 <2.0.0"},
{"name":"puppetlabs/concat","version_requirement":">= 1.1.0 <2.0.0"}
{"name":"puppetlabs/concat","version_requirement":">= 1.1.1 <2.0.0"}
]
}

0 comments on commit 8df2e75

Please sign in to comment.