cleanup
This commit is contained in:
parent
80c1e0e31f
commit
93e89c7200
|
@ -3,7 +3,6 @@ module Propellor.Property.HostingProvider.CloudAtCost where
|
||||||
import Propellor
|
import Propellor
|
||||||
import qualified Propellor.Property.Hostname as Hostname
|
import qualified Propellor.Property.Hostname as Hostname
|
||||||
import qualified Propellor.Property.File as File
|
import qualified Propellor.Property.File as File
|
||||||
import qualified Propellor.Property.Ssh as Ssh
|
|
||||||
import qualified Propellor.Property.User as User
|
import qualified Propellor.Property.User as User
|
||||||
|
|
||||||
-- Clean up a system as installed by cloudatcost.com
|
-- Clean up a system as installed by cloudatcost.com
|
||||||
|
|
|
@ -7,8 +7,8 @@ import Propellor.Types.OS
|
||||||
-- It's fine to add new constructors.
|
-- It's fine to add new constructors.
|
||||||
data PrivDataField
|
data PrivDataField
|
||||||
= DockerAuthentication
|
= DockerAuthentication
|
||||||
| SshPubKey SshKeyType UserName -- ^ For host key, use empty UserName
|
| SshPubKey SshKeyType UserName
|
||||||
| SshPrivKey SshKeyType UserName
|
| SshPrivKey SshKeyType UserName -- ^ For host key, use empty UserName
|
||||||
| SshAuthorizedKeys UserName
|
| SshAuthorizedKeys UserName
|
||||||
| Password UserName
|
| Password UserName
|
||||||
| CryptPassword UserName
|
| CryptPassword UserName
|
||||||
|
|
Loading…
Reference in New Issue