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:
60fa360
)
Allow ensure absent in vsftp::site
author
Bastian Blank
<waldi@debian.org>
Fri, 31 Mar 2017 09:24:35 +0000
(11:24 +0200)
committer
Martin Zobel-Helas
<zobel@debian.org>
Fri, 31 Mar 2017 10:09:00 +0000
(12:09 +0200)
Signed-off-by: Martin Zobel-Helas <zobel@debian.org>
modules/vsftpd/manifests/site.pp
patch
|
blob
|
history
diff --git
a/modules/vsftpd/manifests/site.pp
b/modules/vsftpd/manifests/site.pp
index
4adb08a
..
98cca97
100644
(file)
--- a/
modules/vsftpd/manifests/site.pp
+++ b/
modules/vsftpd/manifests/site.pp
@@
-31,14
+31,17
@@
define vsftpd::site (
}
munin::check { "vsftpd-${name}":
+ ensure => $ensure,
script => 'vsftpd'
}
munin::conf { "vsftpd-${name}":
+ ensure => $ensure,
content => template('vsftpd/munin.erb')
}
# We don't need a firewall rule because it's added in vsftp.pp
xinetd::service { "vsftpd-${name}":
+ ensure => $ensure,
bind => $bind,
id => "${name}-ftp",
server => '/usr/sbin/vsftpd',