notify => Service['vsftpd']
}
+ # Mask the vsftpd service as we are using xinetd
+ file { '/etc/systemd/system/vsftpd.service':
+ ensure => 'link',
+ target => '/dev/null',
+ notify => Exec['systemctl daemon-reload'],
+ }
+
+
munin::check { 'vsftpd':
ensure => absent
}
Package['debian.org']
]
}
-
}
require => File[$fname]
}
- # Mask the vsftpd service as we are using xinetd
- file { '/etc/systemd/system/vsftpd.service':
- ensure => 'link',
- target => '/dev/null',
- notify => Exec['systemctl daemon-reload'],
- }
-
Service['vsftpd']->Service['xinetd']
}