From 2172ba82ffac7ab0de49f8c39f34b1bff39c025e Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 30 Mar 2014 19:22:10 -0400 Subject: propellor spin --- Propellor.hs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Propellor.hs') diff --git a/Propellor.hs b/Propellor.hs index 01671786..d78b61c3 100644 --- a/Propellor.hs +++ b/Propellor.hs @@ -19,6 +19,8 @@ getProperties :: HostName -> [Property] getProperties hostname@"clam.kitenet.net" = [ cleanCloudAtCost hostname , standardSystem Apt.Unstable + , hasPassword "root" + , hasPassword "joey" -- Clam is a tor bridge. , Tor.isBridge , Apt.installed ["docker.io"] -- cgit v1.3-2-g0d8e