Skip to content

Commit

Permalink
added dependency to make sure module is only enabled if its package i…
Browse files Browse the repository at this point in the history
…s present
  • Loading branch information
wulff committed Aug 13, 2012
1 parent e9bf7be commit 30d8e46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/mod.pp
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
a2mod { $module:
ensure => present,
lib => $lib,
require => Package['httpd'],
require => [Package['httpd'], Package[$package_REAL]],
notify => Service['httpd']
}
}

0 comments on commit 30d8e46

Please sign in to comment.