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:
3a13d53
)
Try some dependency thing
author
Peter Palfrader
<peter@palfrader.org>
Mon, 21 Mar 2011 11:58:39 +0000
(12:58 +0100)
committer
Peter Palfrader
<peter@palfrader.org>
Mon, 21 Mar 2011 11:58:39 +0000
(12:58 +0100)
modules/stunnel4/manifests/init.pp
patch
|
blob
|
history
diff --git
a/modules/stunnel4/manifests/init.pp
b/modules/stunnel4/manifests/init.pp
index
36b5ce0
..
b26cdbc
100644
(file)
--- a/
modules/stunnel4/manifests/init.pp
+++ b/
modules/stunnel4/manifests/init.pp
@@
-63,6
+63,7
@@
class stunnel4 {
file {
"/etc/stunnel/stunnel.conf":
ensure => absent,
+ require => [ Package['stunnel4'] ],
;
}