We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c5dfcc commit 8eca103Copy full SHA for 8eca103
metadata.json
@@ -4,7 +4,9 @@
4
"author": "Zend",
5
"summary": "Zend module for installig and configuring ZendHQ",
6
"license": "MIT",
7
- "source": "",
+ "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",
10
"dependencies": [
11
{
12
"name": "puppetlabs/stdlib",
spec/classes/zendhq_spec.rb
@@ -20,6 +20,7 @@
20
21
describe 'installs epel-release on CentOS' do
22
let(:params) { { license_source: file_uri } }
23
+
24
if os_facts[:os]['name'] == 'CentOS'
25
it { is_expected.to contain_package('epel-release') }
26
end
0 commit comments