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 b6e5bd6 commit 8bdfdf4Copy full SHA for 8bdfdf4
spec/classes/web_spec.rb
@@ -177,8 +177,8 @@
177
super().merge(database_schema: 'zabbix')
178
end
179
180
- it { is_expected.to contain_file('/etc/zabbix/web/zabbix.conf.php').with_content(%r{^\$DB\['SCHEMA'\] = 'zabbix'}) }
181
-
+ it { is_expected.to contain_file('/etc/zabbix/web/zabbix.conf.php').with_content(%r{^\$DB\['SCHEMA'\] = 'zabbix'}) }
+
182
183
184
it { is_expected.to contain_apache__vhost('zabbix.example.com').with_name('zabbix.example.com') }
0 commit comments