Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F9697699
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
762 B
Subscribers
None
View Options
diff --git a/manifests/mod/shib.pp b/manifests/mod/shib.pp
index c1fda932..318a3a34 100644
--- a/manifests/mod/shib.pp
+++ b/manifests/mod/shib.pp
@@ -1,16 +1,20 @@
class apache::mod::shib (
$suppress_warning = false,
- $mod_full_path = undef,
+ $mod_full_path = undef,
+ $package_name = undef,
+ $mod_lib = undef,
) {
include ::apache
if $::osfamily == 'RedHat' and ! $suppress_warning {
warning('RedHat distributions do not have Apache mod_shib in their default package repositories.')
}
$mod_shib = 'shib2'
apache::mod {$mod_shib:
- id => 'mod_shib',
- path => $mod_full_path,
+ id => 'mod_shib',
+ path => $mod_full_path,
+ package => $package_name,
+ lib => $mod_lib,
}
}
File Metadata
Details
Attached
Mime Type
text/x-diff
Expires
Tue, Aug 19, 12:40 AM (2 w, 4 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3259517
Attached To
rSPAPA puppet-puppetlabs-apache
Event Timeline
Log In to Comment