diff options
| author | Joey Hess <joey@kitenet.net> | 2014-03-30 19:22:10 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-03-30 19:22:10 -0400 |
| commit | 2172ba82ffac7ab0de49f8c39f34b1bff39c025e (patch) | |
| tree | f258bda9b26da9d677829a6308d950e8ae87ab99 /Propellor.hs | |
| parent | 808392f21e7bfb36358a483e9e05f297859ba55d (diff) | |
propellor spin
Diffstat (limited to 'Propellor.hs')
| -rw-r--r-- | Propellor.hs | 2 |
1 files changed, 2 insertions, 0 deletions
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"] |
