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:
e216061
)
We really want logrotated installed with apache
author
Peter Palfrader
<peter@palfrader.org>
Tue, 26 May 2009 17:46:21 +0000
(19:46 +0200)
committer
Peter Palfrader
<peter@palfrader.org>
Tue, 26 May 2009 17:46:21 +0000
(19:46 +0200)
modules/apache2/manifests/init.pp
patch
|
blob
|
history
diff --git
a/modules/apache2/manifests/init.pp
b/modules/apache2/manifests/init.pp
index
3a7efd2
..
2975304
100644
(file)
--- a/
modules/apache2/manifests/init.pp
+++ b/
modules/apache2/manifests/init.pp
@@
-1,6
+1,7
@@
class apache2 {
package {
apache2: ensure => installed;
+ logrotate: ensure => installed;
}
file {