ordering fixups
[mirror/dsa-puppet.git] / modules / vsftpd / manifests / init.pp
index 9ca68bf..451706e 100644 (file)
@@ -8,7 +8,8 @@ class vsftpd {
        }
 
        service { 'vsftpd':
-               ensure => running
+               ensure  => running,
+               require => Package['vsftpd']
        }
 
        munin::check { 'vsftpd': }