# profiles::ssh::service # saz-ssh manages the service, this is just some additional stuff class profiles::ssh::service { include ssh::server # set sshd to start systemd::manage_dropin { 'after-network-online.conf': ensure => present, unit => 'sshd.service', unit_entry => { 'After' => [ 'network-online.target', ], }, } }