projects
/
mirror
/
dsa-puppet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
59b7870
)
Enable a bunch of apache modules
author
Peter Palfrader
<peter@palfrader.org>
Sun, 9 Dec 2012 11:05:01 +0000
(12:05 +0100)
committer
Peter Palfrader
<peter@palfrader.org>
Sun, 9 Dec 2012 11:05:01 +0000
(12:05 +0100)
modules/roles/manifests/static_mirror.pp
patch
|
blob
|
history
diff --git
a/modules/roles/manifests/static_mirror.pp
b/modules/roles/manifests/static_mirror.pp
index
bf8d445
..
f2b5af6
100644
(file)
--- a/
modules/roles/manifests/static_mirror.pp
+++ b/
modules/roles/manifests/static_mirror.pp
@@
-1,4
+1,12
@@
class roles::static_mirror inherits roles::static_source {
+ package { 'libapache2-mod-macro':
+ ensure => installed,
+ }
+
+ apache2::module { 'macro': require => Package['libapache2-mod-macro']; }
+ apache2::module { 'rewrite': }
+ apache2::module { 'expires': }
+
file {
'/usr/local/bin/static-mirror-run':
source => "puppet:///modules/roles/static-mirroring/static-mirror-run",