Skip to content

Commit 8eca103

Browse files
committed
Fix linter issues
1 parent 3c5dfcc commit 8eca103

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

metadata.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@
44
"author": "Zend",
55
"summary": "Zend module for installig and configuring ZendHQ",
66
"license": "MIT",
7-
"source": "",
7+
"source": "https://github.com/zendtech/puppet-zendhq",
8+
"project_page": "https://github.com/zendtech/puppet-zendhq",
9+
"issues_url": "https://github.com/zendtech/puppet-zendhq/issues",
810
"dependencies": [
911
{
1012
"name": "puppetlabs/stdlib",

spec/classes/zendhq_spec.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020

2121
describe 'installs epel-release on CentOS' do
2222
let(:params) { { license_source: file_uri } }
23+
2324
if os_facts[:os]['name'] == 'CentOS'
2425
it { is_expected.to contain_package('epel-release') }
2526
end

0 commit comments

Comments
 (0)