From 5979bb4b6bfcaa4ba61723b82a38f5ccfd4b4fb7 Mon Sep 17 00:00:00 2001 From: Bastian Blank Date: Fri, 31 Mar 2017 11:24:35 +0200 Subject: [PATCH 1/1] Allow ensure absent in vsftp::site Signed-off-by: Martin Zobel-Helas --- modules/vsftpd/manifests/site.pp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/vsftpd/manifests/site.pp b/modules/vsftpd/manifests/site.pp index 4adb08a9d..98cca9776 100644 --- 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', -- 2.20.1