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.
2 parents 255b005 + 547cbd5 commit 1d2302dCopy full SHA for 1d2302d
manifests/mod/security.pp
@@ -200,7 +200,7 @@
200
lib => 'mod_security2.so',
201
}
202
203
- ::apache::mod { 'unique_id_module':
+ ::apache::mod { 'unique_id':
204
id => 'unique_id_module',
205
lib => 'mod_unique_id.so',
206
spec/classes/mod/security_spec.rb
@@ -19,7 +19,7 @@
19
)
20
21
it {
22
- is_expected.to contain_apache__mod('unique_id_module').with(
+ is_expected.to contain_apache__mod('unique_id').with(
23
id: 'unique_id_module',
24
lib: 'mod_unique_id.so',
25
@@ -189,7 +189,7 @@
189
190
191
192
193
194
195
0 commit comments