summaryrefslogtreecommitdiff
path: root/Propellor.hs
diff options
context:
space:
mode:
authorJoey Hess2014-03-30 19:25:01 -0400
committerJoey Hess2014-03-30 19:25:01 -0400
commit3d013c48921b1fa84e5ce8c791c12919311661a6 (patch)
treeab6aa74221e437b0746d1e6ad976f6d338afc674 /Propellor.hs
parent2172ba82ffac7ab0de49f8c39f34b1bff39c025e (diff)
propellor spin
Diffstat (limited to 'Propellor.hs')
-rw-r--r--Propellor.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/Propellor.hs b/Propellor.hs
index d78b61c3..71f552d6 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"]