diff options
| -rw-r--r-- | Propellor.hs | 4 |
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"] |
