Skip to content

Commit

Permalink
Merge pull request #521 from 3flex/remove-lint-ignores
Browse files Browse the repository at this point in the history
don't ignore lint errors
  • Loading branch information
jfryman committed Dec 10, 2014
2 parents ba4b67a + 8df2e75 commit 5c031c3
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 5c031c3

Please sign in to comment.