]> git.donarmstrong.com Git - dsa-puppet.git/blobdiff - modules/ssh/manifests/init.pp
ordering fixups
[dsa-puppet.git] / modules / ssh / manifests / init.pp
index f4e24c2272eabc40088bd2a0031348b13efd5e61..0824f0f892a6563f16897cb06cc7c4b72829a382 100644 (file)
@@ -5,7 +5,8 @@ class ssh {
        }
 
        service { 'ssh':
-               ensure => running
+               ensure  => running,
+               require => Package['openssh-server']
        }
 
        @ferm::rule { 'dsa-ssh':