From 3d013c48921b1fa84e5ce8c791c12919311661a6 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 30 Mar 2014 19:25:01 -0400 Subject: [PATCH] propellor spin --- Propellor.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Propellor.hs b/Propellor.hs index d78b61c..71f552d 100644 --- a/Propellor.hs +++ b/Propellor.hs @@ -19,8 +19,8 @@ getProperties :: HostName -> [Property] getProperties hostname@"clam.kitenet.net" = [ cleanCloudAtCost hostname , standardSystem Apt.Unstable - , hasPassword "root" - , hasPassword "joey" + , User.hasPassword "root" + , User.hasPassword "joey" -- Clam is a tor bridge. , Tor.isBridge , Apt.installed ["docker.io"]