Skip to content

Commit 1d2302d

Browse files
authored
Merge pull request #2339 from mdklapwijk-forks/patch-mod-security-unique_id-naming
remove _module from apache::mod::unique_id name.
2 parents 255b005 + 547cbd5 commit 1d2302d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

manifests/mod/security.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@
200200
lib => 'mod_security2.so',
201201
}
202202

203-
::apache::mod { 'unique_id_module':
203+
::apache::mod { 'unique_id':
204204
id => 'unique_id_module',
205205
lib => 'mod_unique_id.so',
206206
}

spec/classes/mod/security_spec.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
)
2020
}
2121
it {
22-
is_expected.to contain_apache__mod('unique_id_module').with(
22+
is_expected.to contain_apache__mod('unique_id').with(
2323
id: 'unique_id_module',
2424
lib: 'mod_unique_id.so',
2525
)
@@ -189,7 +189,7 @@
189189
)
190190
}
191191
it {
192-
is_expected.to contain_apache__mod('unique_id_module').with(
192+
is_expected.to contain_apache__mod('unique_id').with(
193193
id: 'unique_id_module',
194194
lib: 'mod_unique_id.so',
195195
)

0 commit comments

Comments
 (0)