diff options
| author | Joey Hess <joey@kitenet.net> | 2014-03-30 19:25:01 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-03-30 19:25:01 -0400 |
| commit | 3d013c48921b1fa84e5ce8c791c12919311661a6 (patch) | |
| tree | ab6aa74221e437b0746d1e6ad976f6d338afc674 | |
| parent | 2172ba82ffac7ab0de49f8c39f34b1bff39c025e (diff) | |
propellor spin
| -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"] |
