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:
4e4c880
)
Cannot ensure a package is installed more than once
author
Peter Palfrader
<peter@palfrader.org>
Fri, 3 Dec 2010 11:10:10 +0000
(12:10 +0100)
committer
Peter Palfrader
<peter@palfrader.org>
Fri, 3 Dec 2010 11:10:10 +0000
(12:10 +0100)
modules/rsyncd-log/manifests/init.pp
patch
|
blob
|
history
diff --git
a/modules/rsyncd-log/manifests/init.pp
b/modules/rsyncd-log/manifests/init.pp
index
ae461d8
..
ca3c4f7
100644
(file)
--- a/
modules/rsyncd-log/manifests/init.pp
+++ b/
modules/rsyncd-log/manifests/init.pp
@@
-1,9
+1,8
@@
class rsyncd-log {
- package { "logrotate": ensure => installed; }
-
file {
"/etc/logrotate.d/dsa-rsyncd":
source => "puppet:///modules/rsyncd-log/logrotate.d-dsa-rsyncd",
+ require => Package["logrotate"],
;
"/var/log/rsyncd":
ensure => directory,