Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F9126127
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
450 B
Subscribers
None
View Options
diff --git a/manifests/mod/dev.pp b/manifests/mod/dev.pp
index 3eb4d41a..5397187c 100644
--- a/manifests/mod/dev.pp
+++ b/manifests/mod/dev.pp
@@ -1,3 +1,8 @@
-class apache::mod::dev {
- apache::mod { 'dev': }
+class apache::mod::dev inherits apache::params {
+ # Development packages have no mod to load
+ $packages = $apache::params::mod_packages['dev']
+ package { $packages:
+ ensure => present,
+ require => Package['httpd'],
+ }
}
File Metadata
Details
Attached
Mime Type
text/x-diff
Expires
Jun 21 2025, 9:45 PM (4 w, 5 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3358703
Attached To
rSPAPA puppet-puppetlabs-apache
Event Timeline
Log In to Comment