fix package name

This commit is contained in:
Olivier Sallou 2013-08-12 16:06:34 +02:00
parent 429f48cfbc
commit 7262ad997b

View file

@ -1,7 +1,7 @@
def tasks(tasklist, manifest):
from common.tasks import DisableSSHPasswordAuthentication
from common.tasks.security import DisableSSHPasswordAuthentication
from tasks import SetRootPassword
tasklist.replace(DisableSSHPasswordAuthentication, SetRootPassword())