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:
0f1cabb
)
package libapache2-mod-macro is obsolete
author
Peter Palfrader
<peter@palfrader.org>
Fri, 25 Nov 2016 14:00:40 +0000
(15:00 +0100)
committer
Peter Palfrader
<peter@palfrader.org>
Fri, 25 Nov 2016 14:00:40 +0000
(15:00 +0100)
modules/apache2/manifests/init.pp
patch
|
blob
|
history
diff --git
a/modules/apache2/manifests/init.pp
b/modules/apache2/manifests/init.pp
index
15a2a34
..
cd4f1f7
100644
(file)
--- a/
modules/apache2/manifests/init.pp
+++ b/
modules/apache2/manifests/init.pp
@@
-19,14
+19,7
@@
class apache2 {
apache2::module { 'info': }
apache2::module { 'status': }
apache2::module { 'headers': }
-
- package { 'libapache2-mod-macro':
- ensure => installed
- }
-
- apache2::module { 'macro':
- require => Package['libapache2-mod-macro']
- }
+ apache2::module { 'macro': }
apache2::site { '00-default':
site => 'default-debian.org',